Learned by Reading
In the ICWSM 2009 Weblog Corpus:
So if you have a lot of money to begin with, and don’t have to be greedy to get it, then you are actually a moral step above the rest of us poor blokes who are forced to get our hands dirty.
(Parse)
(S1 (S (CC So)
(SBAR (IN if)
(S (NP (PRP you))
(VP (VP (AUX have)
(NP (NP (DT a) (NN lot))
(PP (IN of)
(NP (NN money))))
(S (VP (TO to)
(VP (VB begin) (PRT (RP with)))
(, ,) (CC and)
(VP (AUX do) (RB n't)
(VP (AUX have)
(S (VP (TO to)
(VP (AUX be)
(ADJP (JJ greedy)
(S (VP (TO to)
(VP (VB get)
(NP (PRP it)))))
(, ,) (ADVP (RB then))
(NP (PRP you))
(VP (AUX are) (ADVP (RB actually))
(NP (NP (DT a) (JJ moral) (NN step))
(PP (IN above)
(NP (NP (DT the) (NN rest))
(PP (IN of)
(NP (PRP us)))
(NP (NP (JJ poor) (NNS blokes))
(SBAR (WHNP (WP who))
(S (VP (AUX are)
(VP (VBN forced)
(S (VP (TO to)
(VP (VB get)
(S (NP (PRP$ our) (NNS hands))
(ADJP (JJ dirty)))
(. .)))
In the ICWSM 2009 Weblog Corpus:
You are a step apart and a step above.
(Parse)
(S1 (S (NP (PRP You))
(VP (AUX are)
(NP (NP (NP (DT a) (NN step)) (ADVP (RB apart)))
(CC and)
(NP (NP (DT a) (NN step)) (ADVP (RB above)))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
You are forever one step away.
(Parse)
(S1 (S (NP (PRP You))
(VP (AUX are) (ADVP (RB forever))
(NP (NP (CD one) (NN step)) (ADVP (RB away))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
When I was younger, I had figured that he treated me so harshly because I was his step – kid.
(Parse)
(S1 (S (SBAR (WHADVP (WRB When))
(S (NP (PRP I))
(VP (AUX was)
(ADJP (JJR younger)))))
(, ,)
(NP (PRP I))
(VP (AUX had)
(VP (VBN figured)
(SBAR (IN that)
(S (NP (PRP he))
(VP (VBD treated)
(NP (PRP me)) (ADVP (RB so) (RB harshly))
(SBAR (IN because)
(S (NP (PRP I))
(VP (AUX was)
(NP (NP (PRP$ his) (NN step)) (: -)
(NP (NN kid)))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
My first love, you’re every breath that I take, you’re every step I make.
(Parse)
(S1 (S (S (NP (PRP$ My) (JJ first) (NN love)))
(, ,)
(NP (PRP you))
(VP (AUX 're)
(NP (DT every) (NN breath)
(SBAR (IN that)
(S (NP (PRP I))
(VP (VB take) (, ,)
(SBAR (S (NP (PRP you))
(VP (AUX 're)
(NP (NP (DT every) (NN step))
(SBAR (S (NP (PRP I))
(VP (VBP make))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
My first love, you’re every breath that I take, you’re every step I make.
(Parse)
(S1 (S (S (NP (PRP$ My) (JJ first) (NN love)))
(, ,)
(NP (PRP you))
(VP (AUX 're)
(NP (DT every) (NN breath)
(SBAR (IN that)
(S (NP (PRP I))
(VP (VB take) (, ,)
(SBAR (S (NP (PRP you))
(VP (AUX 're)
(NP (NP (DT every) (NN step))
(SBAR (S (NP (PRP I))
(VP (VBP make))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
I’m sure by now you’re already a step ahead of me on the solution: Stream. Read (L, SizeOf (Integer)); SetLength (myString, L); Stream. Read (pointer (myString) ^, L * SizeOf (Char)); The first two lines were fine – reading an Integer isn’t affected by the change in the size of a Char, and SetLength takes the number of Char elements in the string, just as it always has.
(Parse)
(S1 (S (NP (PRP I))
(VP (AUX 'm)
(ADJP (JJ sure)
(SBAR (S (S (SBAR (IN by)
(S (ADVP (RB now))
(NP (PRP you))
(VP (AUX 're) (RB already)
(NP (DT a) (NN step)) (ADVP (RB ahead)
(PP (IN of)
(NP (PRP me))))
(PP (IN on)
(NP (NP (DT the) (NN solution)) (: :)
(NP (NP (NNP Stream) (. .) (NNP Read)) (PRN (-LRB- -LRB-)
(NP (NNP L)) (, ,)
(NP (NNP SizeOf) (PRN (-LRB- -LRB-) (NNP Integer) (-RRB- -RRB-)))
(-RRB- -RRB-)) (: ;)
(NP (NNP SetLength)) (PRN (-LRB- -LRB-)
(NP (NN myString)) (, ,)
(NP (NNP L)) (-RRB- -RRB-)) (: ;)
(NP (NP (NNP Stream) (. .) (NNP Read)) (PRN (-LRB- -LRB-)
(NP (NN pointer) (PRN (-LRB- -LRB-) (JJ myString) (-RRB- -RRB-)) (NNP ^)) (, ,)
(NP (NP (NNP L) (NNP *) (NNP SizeOf)) (PRN (-LRB- -LRB-)
(NP (NNP Char)) (-RRB- -RRB-)))
(-RRB- -RRB-)))
(: ;)
(S (NP (DT The) (JJ first) (CD two) (NNS lines))
(VP (AUX were)
(ADJP (JJ fine)))))
(: -)
(VP (VBG reading)
(NP (DT an) (NNP Integer)))))
(VP (AUX is)
(VP (ADVP (RB n't)) (VBN affected)
(PP (IN by)
(NP (NP (DT the) (NN change))
(PP (IN in)
(NP (NP (DT the) (NN size))
(PP (IN of)
(NP (DT a) (NN Char))))
(, ,) (CC and)
(S (NP (NNP SetLength))
(VP (VBZ takes)
(NP (NP (DT the) (NN number))
(PP (IN of)
(NP (NNP Char) (NNS elements))))
(PP (IN in)
(NP (DT the) (NN string)))
(, ,)
(SBAR (RB just) (IN as)
(S (NP (PRP it)) (ADVP (RB always))
(VP (AUX has))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
Yet, even though I tried my utmost best to follow closely, I was somehow always a step behind and repeatedly stepped on the back of his heels…
(Parse)
(S1 (S (ADVP (RB Yet)) (, ,)
(SBAR (RB even) (IN though)
(S (NP (PRP I))
(VP (VBD tried)
(S (NP (PRP$ my) (JJ utmost) (JJS best))
(VP (TO to)
(VP (VB follow) (ADVP (RB closely)))))
(, ,)
(NP (PRP I))
(VP (AUX was) (ADVP (RB somehow)) (ADVP (RB always))
(NP (NP (DT a) (NN step))
(VP (ADVP (RB behind) (CC and) (RB repeatedly)) (VBN stepped)
(PP (IN on)
(NP (NP (DT the) (NN back))
(PP (IN of)
(NP (PRP$ his) (NNS heels) (NNS ..)))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
Feline Existentialism by Paul McGuire You’re only one step away from nothingness.
(Parse)
(S1 (FRAG (NP (NN Feline) (NN Existentialism))
(PP (IN by)
(NP (NP (NNP Paul) (NNP McGuire))
(SBAR (S (NP (PRP You))
(VP (AUX 're)
(NP (NP (QP (RB only) (CD one)) (NN step)) (ADVP (RB away)
(PP (IN from)
(NP (NN nothingness))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
Inspiring even only 1 person is a step in the right direction. – Hjortur Smarason Reason # 11.
(Parse)
(S1 (FRAG (ADJP (JJ Inspiring))
(S (NP (RB even) (RB only) (CD 1) (NN person))
(VP (AUX is)
(NP (NP (DT a) (NN step))
(PP (IN in)
(NP (DT the) (JJ right) (NN direction)))))
(. .)) (: -)
(NP (NNP Hjortur) (NNP Smarason) (NN Reason))
(NP (QP (# #) (CD 11)))
(. .)))
In the ICWSM 2009 Weblog Corpus:
But no, I felt like every new person who found out was a step toward our being found out by everyone.
(Parse)
(S1 (S (CC But) (INTJ (UH no)) (, ,)
(NP (PRP I))
(VP (VBD felt)
(SBAR (IN like)
(S (NP (NP (DT every) (JJ new) (NN person))
(SBAR (WHNP (WP who))
(S (VP (VBD found) (PRT (RP out)))
(VP (AUX was)
(NP (NP (DT a) (NN step))
(PP (IN toward)
(NP (PRP$ our) (NN being)))
(VP (VBN found) (PRT (RP out))
(PP (IN by)
(NP (NN everyone)))
(. .)))
In the ICWSM 2009 Weblog Corpus:
If anything, you’re one step ahead of everyone else as far as a Halloween costume is concerned!
(Parse)
(S1 (S (PP (IN If)
(NP (NN anything)))
(, ,)
(NP (PRP you))
(VP (AUX 're)
(NP (NP (CD one) (NN step)) (ADVP (RB ahead)
(PP (IN of)
(NP (NN everyone) (RB else)) (ADVP (ADVP (RB as) (RB far))
(SBAR (IN as)
(S (NP (DT a) (NNP Halloween) (NN costume))
(VP (AUX is)
(ADJP (JJ concerned))))
(. !)))
In the ICWSM 2009 Weblog Corpus:
Donna, you are our step – mother and we love you and our father.
(Parse)
(S1 (S (NP (NNP Donna)) (, ,)
(S (NP (PRP you))
(VP (AUX are)
(NP (NP (PRP$ our) (NN step)) (: -)
(NP (NN mother)))))
(CC and)
(S (NP (PRP we))
(VP (VBP love)
(NP (NP (PRP you)) (CC and)
(NP (PRP$ our) (NN father)))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
I was a step away from being engulfed in my sorrows and a step away from falling down the tall building.
(Parse)
(S1 (S (NP (PRP I))
(VP (AUX was)
(NP (NP (DT a) (NN step)) (ADVP (RB away)
(PP (IN from)
(S (VP (AUXG being)
(VP (VBN engulfed)
(PP (IN in)
(NP (NP (PRP$ my) (NNS sorrows)) (CC and)
(NP (NP (DT a) (NN step)) (ADVP (RB away)
(PP (IN from)
(S (VP (VBG falling) (PRT (RP down))
(NP (DT the) (JJ tall) (NN building))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
Avant – garde the Mansfield Settle down Cinemascope Nephesh distich, the Roland, Derriere Extraordinary worth, is atavistic into a dirty, overgrown collateral from Portsmouth, England, nonetheless is sent rearward at all events I myself is only a step decasyllable up obey I myself independent nunky and nunks, Sir Thomas and His Lordship Betram, who contemporary swank the cosmic mundane house in connection with Mansifled Lawn.
(Parse)
(S1 (NP (NP (NNP Avant)) (: -)
(S (NP (NP (NN garde))
(SBAR (S (NP (NP (NP (DT the) (NNP Mansfield))
(VP (VB Settle) (PRT (RP down))
(NP (NNP Cinemascope) (NNP Nephesh) (NN distich))))
(, ,)
(NP (DT the) (NNP Roland)) (, ,)
(NP (NN Derriere) (JJ Extraordinary) (NN worth)) (, ,))
(VP (AUX is)
(ADJP (JJ atavistic)
(PP (IN into)
(NP (NP (DT a) (JJ dirty) (, ,) (JJ overgrown) (NN collateral))
(PP (IN from)
(NP (NP (NNP Portsmouth)) (, ,)
(NP (NNP England)) (, ,))))
(ADVP (RB nonetheless))
(VP (AUX is)
(VP (VBN sent) (ADVP (RB rearward))
(PP (IN at)
(NP (NP (DT all) (NNS events))
(SBAR (S (NP (NP (PRP I))
(NP (PRP myself)))
(VP (AUX is) (ADVP (RB only))
(NP (NP (DT a) (NN step))
(VP (NN decasyllable) (PRT (RP up))
(NP (NNP obey))
(NP (NP (NP (NP (PRP I))
(NP (PRP myself)))
(JJ independent) (NN nunky) (CC and) (NNS nunks)) (, ,)
(NP (NP (NNP Sir) (NNP Thomas)) (CC and)
(NP (PRP$ His) (NN Lordship) (NNP Betram)))
(, ,)
(SBAR (WHNP (WP who))
(S (NP (JJ contemporary) (NNP swank))
(NP (NP (DT the) (JJ cosmic) (JJ mundane) (NN house))
(PP (IN in)
(NP (NP (NN connection))
(PP (IN with)
(NP (NNP Mansifled) (NN Lawn))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
Plano tried to throw a deep ball to Lott during its unsuccessful 40 – second drive, but White was step for step with him.
(Parse)
(S1 (S (S (NP (NNP Plano))
(VP (VBD tried)
(S (VP (TO to)
(VP (VB throw)
(NP (DT a) (JJ deep) (NN ball))
(PP (TO to)
(NP (NNP Lott)))
(PP (IN during)
(NP (PRP$ its) (JJ unsuccessful) (CD 40) (: -) (JJ second) (NN drive)))))
(, ,) (CC but)
(S (NP (NNP White))
(VP (AUX was)
(NP (NP (NN step))
(PP (IN for)
(NP (NP (NN step))
(PP (IN with)
(NP (PRP him)))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
A modern philosopher – type I’m fond of once said something like, “When you’re in your darkest hour, remember that you’re also one small step away from something amazing, something wonderful.”
(Parse)
(S1 (NP (NP (DT A) (JJ modern) (NN philosopher)) (: -)
(NP (NN type))
(S (NP (PRP I))
(VP (AUX 'm)
(NP (NP (NNP fond))
(PP (IN of)
(S (ADVP (RB once))
(VP (VBN said)
(NP (NP (NN something))
(PP (IN like) (PRN (, ,) ('' ') ('' ')
(S (SBAR (WHADVP (WRB When))
(S (NP (PRP you))
(VP (AUX 're)
(PP (IN in)
(NP (PRP$ your) (JJ darkest) (NN hour)))
(, ,)
(VP (VB remember)
(SBAR (IN that)
(S (NP (PRP you))
(VP (AUX 're) (ADVP (RB also))
(NP (NP (CD one) (JJ small) (NN step)) (ADVP (RB away)
(PP (IN from)
(NP (NP (NN something) (JJ amazing)) (, ,)
(NP (NN something) (JJ wonderful))))
(. .) ('' ') ('' '))))
In the ICWSM 2009 Weblog Corpus:
After all, I certainly felt like I was only one step above the beasts we hunted right then, I certainly didn’t deserve better.
(Parse)
(S1 (S (PP (IN After)
(NP (DT all)))
(, ,)
(NP (PRP I)) (ADVP (RB certainly))
(VP (VBD felt)
(SBAR (IN like)
(S (NP (PRP I))
(VP (AUX was)
(NP (NP (QP (RB only) (CD one)) (NN step))
(PP (IN above)
(NP (NP (DT the) (NNS beasts))
(SBAR (S (NP (PRP we))
(VP (VBD hunted)
(S (ADVP (RB right) (RB then)) (, ,)
(NP (PRP I)) (ADVP (RB certainly))
(VP (AUX did) (RB n't)
(VP (VB deserve) (ADVP (RB better)))
(. .)))
In the ICWSM 2009 Weblog Corpus:
I try to be better than past. This is my aim. I can be better step by step. I’m in a right way…
(Parse)
(S1 (S (S (NP (PRP I))
(VP (VBP try)
(S (VP (TO to)
(VP (AUX be)
(ADJP (ADJP (JJR better))
(SBAR (IN than)
(S (X (JJ past) (. .)
(S (NP (DT This))
(VP (AUX is)
(NP (PRP$ my) (NN aim)))
(. .)))
(NP (PRP I))
(VP (MD can)
(VP (AUX be)
(NP (NP (JJR better) (NN step))
(PP (IN by)
(NP (NN step)))))
(. .)
(NP (PRP I))
(VP (AUX 'm)
(PP (IN in)
(NP (DT a) (JJ right) (NN way) (NN ..))))
(. .)))
And 2,315 more sentences.