Learned by Reading
In the ICWSM 2009 Weblog Corpus:
Red Velvet Cake and Cream cheese – cooked flour frosting: a couple made in heaven…
(Parse)
(S1 (NP (NP (JJ Red) (NN Velvet) (NN Cake) (CC and) (NN Cream) (NN cheese)) (: -)
(NP (VBN cooked) (NN flour) (NN frosting)) (: :)
(NP (NP (DT a) (NN couple))
(VP (VBN made)
(PP (IN in)
(NP (NN heaven) (CD ..)))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
I also had a red velvet cake for my birthday which was last week.
(Parse)
(S1 (S (NP (PRP I)) (ADVP (RB also))
(VP (AUX had)
(NP (NP (DT a) (JJ red) (NN velvet) (NN cake))
(PP (IN for)
(NP (PRP$ my) (NN birthday)))
(SBAR (WHNP (WDT which))
(S (VP (AUX was)
(NP (JJ last) (NN week))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
Red velvet cake was on sale buy one get one free.
(Parse)
(S1 (S (NP (JJ Red) (NN velvet) (NN cake))
(VP (AUX was)
(PP (IN on)
(NP (NN sale)))
(S (VP (VB buy)
(NP (NN one))
(VP (VB get)
(S (NP (PRP one))
(ADJP (JJ free))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
Red velvet cake.
(Parse)
(S1 (NP (JJ Red) (NN velvet) (NN cake) (. .)))
In the ICWSM 2009 Weblog Corpus:
Red velvet cake or cupcake with almond buttercream frosting from.
(Parse)
(S1 (NP (NP (NP (JJ Red) (NN velvet) (NN cake)) (CC or)
(NP (NN cupcake)))
(PP (IN with)
(NP (NP (JJ almond) (NN buttercream) (NN frosting))
(PP (IN from))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
Red Velvet Cake 2.
(Parse)
(S1 (NP (JJ Red) (NN Velvet) (NN Cake) (CD 2) (. .)))
In the ICWSM 2009 Weblog Corpus:
The cupcake flavors included chocolate cake with raspberry chambord filling, red velvet cake with cream cheese filling and white cake with hazelnut filling.
(Parse)
(S1 (S (NP (DT The) (NN cupcake) (NNS flavors))
(VP (VBD included)
(NP (NP (NP (NN chocolate) (NN cake))
(PP (IN with)
(NP (NN raspberry) (NNP chambord) (VBG filling))))
(, ,)
(NP (NP (JJ red) (NN velvet) (NN cake))
(PP (IN with)
(NP (NP (NN cream) (NN cheese))
(VP (VBG filling)))))
(CC and)
(NP (NP (JJ white) (NN cake))
(PP (IN with)
(NP (NN hazelnut) (VBG filling)))
(. .)))
In the ICWSM 2009 Weblog Corpus:
She brought me a slice of the red velvet cake she made.
(Parse)
(S1 (S (NP (PRP She))
(VP (VBD brought)
(NP (PRP me))
(NP (NP (DT a) (NN slice))
(PP (IN of)
(NP (NP (DT the) (JJ red) (NN velvet) (NN cake))
(SBAR (S (NP (PRP she))
(VP (VBD made)))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
Red velvet cake with roux frosting and gumpaste flowers.
(Parse)
(S1 (NP (NP (JJ Red) (NN velvet) (NN cake))
(PP (IN with)
(NP (NN roux) (NN frosting) (CC and) (NN gumpaste) (NNS flowers)))
(. .)))
In the ICWSM 2009 Weblog Corpus:
I even baked him a red velvet cake.
(Parse)
(S1 (S (NP (PRP I)) (ADVP (RB even))
(VP (JJ baked)
(NP (PRP him))
(NP (DT a) (JJ red) (NN velvet) (NN cake)))
(. .)))
In the ICWSM 2009 Weblog Corpus:
He’d kill for a good red velvet cake.
(Parse)
(S1 (S (NP (PRP He))
(VP (MD 'd)
(VP (VB kill)
(PP (IN for)
(NP (DT a) (JJ good) (JJ red) (NN velvet) (NN cake)))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
Red Velvet Cake is a type of rich and sweet cake, with the dark red color coming from the red food coloring.
(Parse)
(S1 (S (NP (JJ Red) (NN Velvet) (NN Cake))
(VP (AUX is)
(NP (NP (DT a) (NN type))
(PP (IN of)
(NP (ADJP (JJ rich) (CC and) (JJ sweet)) (NN cake))))
(, ,)
(PP (IN with)
(NP (NP (DT the) (JJ dark) (JJ red) (NN color))
(VP (VBG coming)
(PP (IN from)
(NP (DT the) (JJ red) (NN food) (NN coloring))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
But, goddamnit, I want hummus, I want my red velvet cake, I want gefilte fish and lox and mashed sweet potatoes and paneer when I crave it.
(Parse)
(S1 (S (CC But) (, ,) (ADVP (RB goddamnit)) (, ,)
(S (NP (PRP I))
(VP (VBP want)
(NP (NN hummus))))
(, ,)
(S (NP (PRP I))
(VP (VBP want)
(NP (PRP$ my) (JJ red) (NN velvet) (NN cake))))
(, ,)
(S (NP (PRP I))
(VP (VBP want)
(NP (NP (JJ gefilte) (NN fish)) (CC and)
(NP (NP (NN lox)) (CC and)
(NP (JJ mashed) (JJ sweet) (NNS potatoes)) (CC and)
(NP (NN paneer))))
(SBAR (WHADVP (WRB when))
(S (NP (PRP I))
(VP (VBP crave)
(NP (PRP it))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
Thanks to everyone who came out despite the rain and KickApps for sponsoring the delicious red velvet cake from Magnolia bakery.
(Parse)
(S1 (NP (NP (NNS Thanks))
(PP (TO to)
(NP (NP (NN everyone))
(SBAR (WHNP (WP who))
(S (VP (VBD came) (PRT (RP out))
(PP (IN despite)
(NP (NP (DT the) (NN rain) (CC and) (NNS KickApps))
(PP (IN for)
(S (VP (VBG sponsoring)
(NP (DT the) (JJ delicious) (JJ red) (NN velvet) (NN cake))
(PP (IN from)
(NP (NNP Magnolia) (NN bakery))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
From oven – cooked pulled pork barbeque to Dollar Store cornbread dressing to red velvet cake, these recipes tell a story of nourishing the body, the soul, and the voice.
(Parse)
(S1 (FRAG (PP (IN From)
(NP (CD oven)))
(: -)
(NP (NP (VBN cooked) (VBN pulled) (NN pork))
(ADJP (JJ barbeque)
(PP (TO to)
(S (NP (NNP Dollar) (NNP Store) (NN cornbread))
(VP (VBG dressing)
(PP (TO to)
(NP (JJ red) (NN velvet) (NN cake)))
(, ,)
(S (NP (DT these) (NNS recipes))
(VP (VB tell)
(NP (DT a) (NN story))
(PP (IN of)
(S (VP (VBG nourishing)
(NP (NP (DT the) (NN body)) (, ,)
(NP (DT the) (NN soul)) (, ,) (CC and)
(NP (DT the) (NN voice))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
The four we tried were: Sunshine (vanilla cupcake with vanilla buttercream), Bob (yellow cupcake with chocolate almond buttercream), Sexy Red Velvet (red velvet cake with white, whipped cream-like frosting), and Lemon Yummy (lemon cupcake with lemon buttercream).
(Parse)
(S1 (S (NP (DT The) (CD four))
(NP (PRP we))
(VP (VBD tried)
(SBAR (S (VP (AUX were) (: :)
(NP (NP (NNP Sunshine)) (PRN (-LRB- -LRB-)
(NP (NP (NN vanilla) (NN cupcake))
(PP (IN with)
(NP (NN vanilla) (NN buttercream))))
(-RRB- -RRB-)) (, ,)
(NP (NNP Bob)) (PRN (-LRB- -LRB-)
(NP (NP (JJ yellow) (NN cupcake))
(PP (IN with)
(NP (NN chocolate) (NN almond) (NN buttercream))))
(-RRB- -RRB-)) (, ,)
(NP (JJ Sexy) (JJ Red) (NN Velvet)) (PRN (-LRB- -LRB-)
(NP (NP (JJ red) (NN velvet) (NN cake))
(PP (IN with)
(NP (JJ white) (, ,) (VBN whipped) (NN cream))))
(: -)
(NP (JJ like) (NN frosting)) (-RRB- -RRB-)) (, ,) (CC and)
(NP (NP (NNP Lemon) (NNP Yummy)) (PRN (-LRB- -LRB-)
(NP (NP (NNP lemon) (NN cupcake))
(PP (IN with)
(NP (NNP lemon) (NN buttercream))))
(-RRB- -RRB-)))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
The food was prepared by their personal chef David Silberkleit, and Sweet Lady Jane created the vegan red velvet cake.
(Parse)
(S1 (S (S (NP (DT The) (NN food))
(VP (AUX was)
(VP (VBN prepared)
(PP (IN by)
(NP (PRP$ their) (JJ personal) (NN chef) (NNP David) (NNP Silberkleit)))
(, ,) (CC and)
(S (NP (JJ Sweet) (NNP Lady) (NNP Jane))
(VP (VBD created)
(NP (DT the) (JJ vegan) (JJ red) (NN velvet) (NN cake))))
(. .)))
In the ICWSM 2009 Weblog Corpus:
In the end, I decided on a twist on the classic red velvet cake.
(Parse)
(S1 (S (PP (IN In)
(NP (DT the) (NN end)))
(, ,)
(NP (PRP I))
(VP (VBD decided)
(PP (IN on)
(NP (NP (DT a) (NN twist))
(PP (IN on)
(NP (DT the) (JJ classic) (JJ red) (NN velvet) (NN cake)))
(. .)))
In the ICWSM 2009 Weblog Corpus:
Did some work on my sister’s website, burned some King of the Hill dvds, and made a red velvet cake.
(Parse)
(S1 (S (VP (VP (VBD Did)
(NP (NP (DT some) (NN work))
(PP (IN on)
(NP (NP (PRP$ my) (NN sister) (POS 's)) (NN website)))))
(, ,)
(VP (VBD burned)
(NP (DT some) (NAC (NNP King)
(PP (IN of)
(NP (DT the) (NNP Hill))))
(NNS dvds)))
(, ,) (CC and)
(VP (VBD made)
(NP (DT a) (JJ red) (NN velvet) (NN cake))))
(. .)))
And 469 more sentences.