Tag= [Twitter User Handle]
w2v.most_similar(['passion'])
[('desire', 0.4037601947784424), ('dream', 0.3962423801422119), ('enthusiasm', 0.36689141392707825), ('discipline', 0.35415637493133545), ('optimism', 0.35155346989631653), ('happiness', 0.3514486253261566), ('attitude', 0.34471186995506287), ('ambition', 0.3406122326850891), ('dedication', 0.33606553077697754), ('courage', 0.32806462049484253)]
w2v.most_similar(['money'])
[('monie', 0.42207765579223633), ('cash', 0.42051470279693604), ('dollar', 0.41079556941986084), ('purse', 0.39792945981025696), ('paycheck', 0.3733024597167969), ('bet', 0.34665751457214355), ('mil', 0.3465754985809326), ('penny', 0.34436628222465515), ('buck', 0.338899701833725), ('winning', 0.33551734685897827)]
w2v.most_similar(['family'])
[('fam', 0.6488237977027893), ('familia', 0.441882461309433), ('familyfriend', 0.4074658751487732), ('brother', 0.406892329454422), ('crew', 0.39718306064605713), ('wife', 0.3907517194747925), ('friend', 0.38892146944999695), ('dad', 0.3854900896549225), ('parent', 0.3845958411693573), ('father', 0.38032975792884827)]
w2v.most_similar(positive= ['she', 'king'], negative= ['he'], topn= 1)
[('queen', 0.5003858804702759)]
w2v.most_similar(positive= ['she', 'boy'], negative= ['he'], topn= 1)
[('girl', 0.599285900592804)]
w2v.most_similar(positive= ['she', 'father'], negative= ['he'], topn= 1)
[('mother', 0.5868934392929077)]
w2v.most_similar(positive= ['she', 'handsome'], negative= ['he'], topn= 1)
[('gorgeous', 0.4948742687702179)]
Tag= [Tweet ID]
w2v.most_similar(['passion'])
[('success', 0.7988051772117615), ('knowledge', 0.7854339480400085), ('dedication', 0.7460174560546875), ('mindset', 0.7398138046264648), ('friendship', 0.7276818156242371), ('wisdom', 0.7246858477592468), ('motivation', 0.7208741307258606), ('faith', 0.719303548336029), ('effort', 0.7175871729850769), ('sacrifice', 0.712775468826294)]
w2v.most_similar(['money'])
[('pay', 0.6928053498268127), ('risk', 0.6863917112350464), ('dollar', 0.6666136980056763), ('purse', 0.6618797779083252), ('cause', 0.6591783165931702), ('paycheck', 0.6582706570625305), ('tax', 0.6543160080909729), ('attention', 0.6445984840393066), ('taxis', 0.6415027976036072), ('cash', 0.6400747895240784)]
w2v.most_similar(['family'])
[('friend', 0.8546327352523804), ('bless', 0.8086105585098267), ('support', 0.7748953104019165), ('prayer', 0.7736652493476868), ('father', 0.7578744888305664), ('birthday', 0.755126416683197), ('fam', 0.7372110486030579), ('thank', 0.7319799065589905), ('sister', 0.7269537448883057), ('supporter', 0.7247592210769653)]
w2v.most_similar(positive= ['she', 'king'], negative= ['he'], topn= 1)
[('queen', 0.7499951720237732)]
w2v.most_similar(positive= ['she', 'boy'], negative= ['he'], topn= 1)
[('sis', 0.8260940909385681)]
w2v.most_similar(positive= ['she', 'father'], negative= ['he'], topn= 1)
[('mother', 0.8420456647872925)]
w2v.most_similar(positive= ['she', 'handsome'], negative= ['he'], topn= 1)
[('gorgeous', 0.7570988535881042)]
Tag= [[Twitter User Handle, Tweet ID]
w2v.most_similar(['passion'])
[('dream', 0.5422909259796143), ('greatness', 0.5121507048606873), ('sacrifice', 0.48439452052116394), ('success', 0.4816773533821106), ('journey', 0.4728812575340271), ('position', 0.471219003200531), ('career', 0.46483755111694336), ('hard', 0.45550456643104553), ('ethic', 0.453106164932251), ('courage', 0.45210179686546326)]
w2v.most_similar(['money'])
[('it', 0.5695531964302063), ('pay', 0.5601360201835632), ('he', 0.5574212670326233), ('they', 0.5525235533714294), ('do', 0.5460174083709717), ('to', 0.5378518104553223), ('ppl', 0.5377398729324341), ('retweet', 0.5336585640907288), ('you', 0.5308172106742859), ('support', 0.527155339717865)]
w2v.most_similar(['family'])
[('fam', 0.6382679343223572), ('teammate', 0.6258252263069153), ('support', 0.5977908372879028), ('brother', 0.5847072005271912), ('to', 0.5798584222793579), ('mom', 0.5780133605003357), ('help', 0.5741506218910217), ('journey', 0.572892427444458), ('manager', 0.569219172000885), ('parent', 0.563672661781311)]
w2v.most_similar(positive= ['she', 'king'], negative= ['he'], topn= 1)
[('megumi', 0.4182150363922119)]
w2v.most_similar(positive= ['she', 'boy'], negative= ['he'], topn= 1)
[('girl', 0.6591248512268066)]
w2v.most_similar(positive= ['she', 'father'], negative= ['he'], topn= 1)
[('sister', 0.6040921807289124)]
w2v.most_similar(positive= ['she', 'handsome'], negative= ['he'], topn= 1)
[('sexy', 0.511592447757721)]