Skip to content

Instantly share code, notes, and snippets.

@alonsoir
Created September 11, 2017 09:24
Show Gist options
  • Save alonsoir/bf284f731b3a2dd1fc1f4a66ade9a9c6 to your computer and use it in GitHub Desktop.
Save alonsoir/bf284f731b3a2dd1fc1f4a66ade9a9c6 to your computer and use it in GitHub Desktop.
playing with my cv and Word2Vec
import org.apache.spark.ml.feature.Word2Vec
import org.apache.spark.ml.linalg.Vector
import org.apache.spark.sql.Row
val documentDF = sc.textFile("/home/aroman/Descargas/my-cv.txt").flatMap(_.split(" ")).map(word=> Array(word.mkString(" "))).toDF("text")
// why do i have to use this vector size? this vector size means the dimensionality of the feature vector
// and the mincount?
val word2Vec = new Word2Vec()
.setInputCol("text")
.setOutputCol("result")
.setVectorSize(3)
.setMinCount(0)
val model = word2Vec.fit(documentDF)
val result = model.transform(documentDF)
result.collect().foreach {
case Row(text: Seq[_], features: Vector) =>
println(s"Text: [${text.mkString("\n ")}] => \nVector: $features\n") }
@alonsoir
Copy link
Author

output:

different output, now i am using flatMap-map instead of map-map, now i am taking each word of my cv as text.
....
Text: [r a n g e] =>
Vector: [-0.10874690860509872,0.08904445171356201,-0.009173154830932617]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [b u s i n e s s] =>
Vector: [-0.04346166178584099,0.15175949037075043,0.08953265100717545]

Text: [s e r v i c e s] =>
Vector: [0.13635428249835968,-0.08279827982187271,-0.1509108990430832]

Text: [r e l a t e d] =>
Vector: [-0.014164328575134277,0.1441897749900818,0.10989004373550415]

Text: [t o] =>
Vector: [-0.05383288860321045,0.14697717130184174,-0.002313454868271947]

Text: [h o w] =>
Vector: [-0.10772007703781128,0.11851165443658829,0.1298576146364212]

Text: [q u a l i t y] =>
Vector: [0.08013373613357544,-0.09192681312561035,0.03734902665019035]

Text: [m a n a g e m e n t] =>
Vector: [-0.012027840130031109,0.008246302604675293,-0.16607992351055145]

Text: [i s] =>
Vector: [0.08250036090612411,0.0025535225868225098,-0.07933773845434189]

Text: [p e r f o r m e d] =>
Vector: [0.061619579792022705,0.06447243690490723,0.15335990488529205]

Text: [a t] =>
Vector: [0.11168009042739868,0.055535417050123215,-0.05068780854344368]

Text: [t h e i r] =>
Vector: [0.14672346413135529,-0.08875509351491928,-0.11893811076879501]

Text: [f a c t o r i e s .] =>
Vector: [-0.08635739237070084,-0.011294126510620117,-0.14689451456069946]

Text: [T h e] =>
Vector: [-0.0338105745613575,-0.11832380294799805,-0.1510833501815796]

Text: [p r o j e c t] =>
Vector: [0.14000384509563446,0.08132614940404892,0.15977203845977783]

Text: [i n v o l v e d] =>
Vector: [0.1321549415588379,-0.03723927214741707,-0.16359704732894897]

Text: [d r a f t i n g] =>
Vector: [0.08680105209350586,0.10381605476140976,-0.005812565330415964]

Text: [a] =>
Vector: [0.11598825454711914,0.10368897765874863,-0.06978098303079605]

Text: [q u a l i t y] =>
Vector: [0.08013373613357544,-0.09192681312561035,0.03734902665019035]

Text: [r e p o r t] =>
Vector: [0.08683296293020248,0.15752114355564117,0.08489616960287094]

Text: [i n d i c a t i n g] =>
Vector: [0.1553586721420288,0.12908299267292023,0.1101767048239708]

Text: [w e a k] =>
Vector: [-0.1604301482439041,0.1347687691450119,-0.11107087135314941]

Text: [p o i n t s] =>
Vector: [0.1421946883201599,0.031234165653586388,0.038853246718645096]

Text: [a n d] =>
Vector: [-0.12674053013324738,0.09846510738134384,-0.10375533252954483]

Text: [s t r o n g] =>
Vector: [-0.14298319816589355,0.02035125158727169,-0.07046828418970108]

Text: [p o i n t s] =>
Vector: [0.1421946883201599,0.031234165653586388,0.038853246718645096]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [t h e] =>
Vector: [-0.019123395904898643,-0.13107778131961823,0.14307855069637299]

Text: [a r c h i t e c t u r e .] =>
Vector: [0.14257176220417023,-0.07834313064813614,-0.16150353848934174]

Text: [T e c h n o l o g y] =>
Vector: [0.06055239960551262,0.13128797709941864,-0.03360253572463989]

Text: [u s e d] =>
Vector: [-0.15540705621242523,-0.012480278499424458,-0.0020231008529663086]

Text: [-] =>
Vector: [0.16549132764339447,0.06478814035654068,0.09235310554504395]

Text: [S p r i n g] =>
Vector: [-0.08929053694009781,0.058671992272138596,0.06289664655923843]

Text: [f r a m e w o r k ,] =>
Vector: [0.07823812961578369,-0.03631768748164177,0.08858615159988403]

Text: [n a m e l y] =>
Vector: [-0.10492847114801407,-0.13551194965839386,-0.04932389780879021]

Text: [S p r i n g J D B C] =>
Vector: [0.0010537505149841309,0.052562374621629715,0.07571840286254883]

Text: [f o r] =>
Vector: [0.1532244086265564,0.060634154826402664,0.07748285681009293]

Text: [t h e] =>
Vector: [-0.019123395904898643,-0.13107778131961823,0.14307855069637299]

Text: [p e r s i s t e n c e] =>
Vector: [0.011530120857059956,-0.06560323387384415,-0.052536170929670334]

Text: [l a y e r ,] =>
Vector: [0.0257848110049963,0.034348249435424805,0.15660302340984344]

Text: [j 2 e e] =>
Vector: [0.14833976328372955,-0.09227798134088516,-0.13326062262058258]

Text: [s e r v i c e s] =>
Vector: [0.13635428249835968,-0.08279827982187271,-0.1509108990430832]

Text: [t h a t] =>
Vector: [-0.036687374114990234,0.10780686140060425,-0.021679678931832314]

Text: [h a v e] =>
Vector: [0.1550089716911316,-0.06788250058889389,0.008049528114497662]

Text: [i n j e c t e d] =>
Vector: [-0.09513113647699356,0.16162647306919098,-0.06141330674290657]

Text: [t h e] =>
Vector: [-0.019123395904898643,-0.13107778131961823,0.14307855069637299]

Text: [d a m a g e s .] =>
Vector: [-0.03756324574351311,-0.1331331580877304,0.07770135253667831]

Text: [I] =>
Vector: [0.03635207936167717,0.05818831920623779,-0.022041618824005127]

Text: [a l s o] =>
Vector: [0.11125240474939346,-0.12782438099384308,-0.07265271991491318]

Text: [d e s i g n e d] =>
Vector: [0.1514769047498703,-0.05966389179229736,-0.0862908586859703]

Text: [a n d] =>
Vector: [-0.12674053013324738,0.09846510738134384,-0.10375533252954483]

Text: [i m p l e m e n t e d] =>
Vector: [0.15725378692150116,-0.03573566675186157,0.09034740924835205]

Text: [a] =>
Vector: [0.11598825454711914,0.10368897765874863,-0.06978098303079605]

Text: [c o n c u r r e n t] =>
Vector: [0.08293022960424423,-0.13100910186767578,-0.03561466932296753]

Text: [a n d] =>
Vector: [-0.12674053013324738,0.09846510738134384,-0.10375533252954483]

Text: [d i s t r i b u t e d] =>
Vector: [-0.15531329810619354,-0.047120314091444016,0.04499244689941406]

Text: [c a c h e] =>
Vector: [-0.1477559357881546,0.1280357837677002,0.0372183732688427]

Text: [a d a p t e d] =>
Vector: [0.10169452428817749,-0.09842606633901596,-0.128387913107872]

Text: [t o] =>
Vector: [-0.05383288860321045,0.14697717130184174,-0.002313454868271947]

Text: [c u s t o m e r] =>
Vector: [-0.07956448942422867,0.044072628021240234,0.16633254289627075]

Text: [n e e d s ,] =>
Vector: [-0.027763525024056435,0.1632758378982544,-0.15530700981616974]

Text: [b a s e d] =>
Vector: [0.011196752078831196,-0.08277374505996704,-0.12532906234264374]

Text: [o n] =>
Vector: [-0.05666106939315796,0.00963735580444336,-0.03371284529566765]

Text: [t h e] =>
Vector: [-0.019123395904898643,-0.13107778131961823,0.14307855069637299]

Text: [u s e] =>
Vector: [-0.0876455307006836,0.07884826511144638,-0.0881904736161232]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [C o n c u r r e n t H a s h M a p] =>
Vector: [0.14971792697906494,0.1208282932639122,-0.03480221703648567]

Text: [c l a s s ,] =>
Vector: [0.07511689513921738,-0.13089317083358765,0.04839767888188362]

Text: [t h r e a d s] =>
Vector: [0.1047319769859314,-0.0312331710010767,-0.0854845643043518]

Text: [i t e r a t i n g] =>
Vector: [-0.11798664182424545,-0.05013388395309448,0.035967886447906494]

Text: [o v e r] =>
Vector: [-0.16188441216945648,-0.1156068667769432,0.06338503211736679]

Text: [t h i s] =>
Vector: [0.08670244365930557,-0.1335432082414627,-0.0066676936112344265]

Text: [c a c h e] =>
Vector: [-0.1477559357881546,0.1280357837677002,0.0372183732688427]

Text: [a n d] =>
Vector: [-0.12674053013324738,0.09846510738134384,-0.10375533252954483]

Text: [i m p l e n t a c i o n] =>
Vector: [0.15299488604068756,-0.12185913324356079,0.061000484973192215]

Text: [S u n ' s] =>
Vector: [0.06364870071411133,0.13112139701843262,-0.1394045501947403]

Text: [J a v a] =>
Vector: [0.04060785099864006,0.14530928432941437,0.10597427934408188]

Text: [M e s s a g e] =>
Vector: [0.03764037415385246,-0.026147782802581787,0.06529587507247925]

Text: [S e r v i c e s] =>
Vector: [-0.11437729746103287,-0.16324295103549957,0.13925623893737793]

Text: [t o] =>
Vector: [-0.05383288860321045,0.14697717130184174,-0.002313454868271947]

Text: [l e t] =>
Vector: [-0.06319548934698105,-0.06636013835668564,-0.05300827696919441]

Text: [p e r s i s t e n c y] =>
Vector: [-0.12501583993434906,0.03919162228703499,0.10248974710702896]

Text: [o v e r] =>
Vector: [-0.16188441216945648,-0.1156068667769432,0.06338503211736679]

Text: [t h e] =>
Vector: [-0.019123395904898643,-0.13107778131961823,0.14307855069637299]

Text: [d a t a .] =>
Vector: [0.04659879207611084,-0.07909653335809708,0.15583549439907074]

Text: [( T o] =>
Vector: [-0.03262639045715332,0.008176088333129883,-0.061268169432878494]

Text: [p e r f o r m] =>
Vector: [0.15672095119953156,0.03362588211894035,-0.14190571010112762]

Text: [t h e] =>
Vector: [-0.019123395904898643,-0.13107778131961823,0.14307855069637299]

Text: [q u a l i t y] =>
Vector: [0.08013373613357544,-0.09192681312561035,0.03734902665019035]

Text: [a n d] =>
Vector: [-0.12674053013324738,0.09846510738134384,-0.10375533252954483]

Text: [p e r f o r m a n c e] =>
Vector: [0.06691426038742065,0.0056856474839150906,0.012663562782108784]

Text: [r e p o r t] =>
Vector: [0.08683296293020248,0.15752114355564117,0.08489616960287094]

Text: [I] =>
Vector: [0.03635207936167717,0.05818831920623779,-0.022041618824005127]

Text: [r e l i e d] =>
Vector: [-0.13103234767913818,0.09868212789297104,0.011243999004364014]

Text: [o n] =>
Vector: [-0.05666106939315796,0.00963735580444336,-0.03371284529566765]

Text: [t h e] =>
Vector: [-0.019123395904898643,-0.13107778131961823,0.14307855069637299]

Text: [u s e] =>
Vector: [-0.0876455307006836,0.07884826511144638,-0.0881904736161232]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [t h e] =>
Vector: [-0.019123395904898643,-0.13107778131961823,0.14307855069637299]

Text: [t o o l s] =>
Vector: [-0.020613571628928185,0.16019009053707123,-0.07711166143417358]

Text: [G o o g l e] =>
Vector: [-0.14419718086719513,-0.018254101276397705,-0.013800223357975483]

Text: [P a g e] =>
Vector: [-0.05983579158782959,-0.0807204619050026,0.10538969188928604]

Text: [S p e e d] =>
Vector: [0.04861074686050415,0.030892670154571533,0.11741811037063599]

Text: [a n d] =>
Vector: [-0.12674053013324738,0.09846510738134384,-0.10375533252954483]

Text: [Y s l o w . )] =>
Vector: [-0.06634048372507095,-0.16079480946063995,-0.017336050048470497]

Text: [] =>
Vector: [0.14931941032409668,-0.11237160116434097,-0.040140967816114426]

Text: [S T A T E] =>
Vector: [-0.004858275409787893,0.1273774653673172,-0.13675542175769806]

Text: [G O V E R N M E N T] =>
Vector: [0.0023088257294148207,0.16257667541503906,-0.024930456653237343]

Text: [O F] =>
Vector: [-0.047498684376478195,0.1160934790968895,0.08458218723535538]

Text: [E X T R E M A D U R A ,] =>
Vector: [-0.16085995733737946,-0.1554834246635437,-0.08928213268518448]

Text: [D e p t .] =>
Vector: [0.07113387435674667,-0.0758826732635498,-0.1445103883743286]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [H e a l t h] =>
Vector: [0.0011959871044382453,0.091189444065094,-0.06123189255595207]

Text: [O c t] =>
Vector: [0.033831436187028885,-0.08388390392065048,0.03304453566670418]

Text: [2 0 0 9] =>
Vector: [-0.0687292218208313,0.07489943504333496,0.06263289600610733]

Text: [-] =>
Vector: [0.16549132764339447,0.06478814035654068,0.09235310554504395]

Text: [J a n] =>
Vector: [0.1607820987701416,-0.1091621145606041,-0.10803178697824478]

Text: [2 0 1 0] =>
Vector: [0.05706677958369255,0.14706753194332123,0.08909827470779419]

Text: [P r o g r a m m i n g] =>
Vector: [-0.15295064449310303,0.08801814168691635,0.024971583858132362]

Text: [A n a l y s t] =>
Vector: [0.10119100660085678,-0.16546553373336792,-0.02654876373708248]

Text: [I] =>
Vector: [0.03635207936167717,0.05818831920623779,-0.022041618824005127]

Text: [s t a r t e d] =>
Vector: [-0.11447175592184067,0.09405698627233505,-0.03149149939417839]

Text: [t o] =>
Vector: [-0.05383288860321045,0.14697717130184174,-0.002313454868271947]

Text: [w o r k] =>
Vector: [0.09942194074392319,-0.032054901123046875,0.10222276300191879]

Text: [w i t h] =>
Vector: [-0.15044653415679932,-0.049222350120544434,0.032919567078351974]

Text: [S a d i e l ,] =>
Vector: [0.032195765525102615,0.1616896390914917,-0.15743471682071686]

Text: [h t t p : / / w w w . s a d i e l . e s / w e b / s a d i e l] =>
Vector: [-0.1336565464735031,-0.07913150638341904,-0.14374826848506927]

Text: [f o r] =>
Vector: [0.1532244086265564,0.060634154826402664,0.07748285681009293]

Text: [a] =>
Vector: [0.11598825454711914,0.10368897765874863,-0.06978098303079605]

Text: [p r o j e c t] =>
Vector: [0.14000384509563446,0.08132614940404892,0.15977203845977783]

Text: [f o r] =>
Vector: [0.1532244086265564,0.060634154826402664,0.07748285681009293]

Text: [t h e] =>
Vector: [-0.019123395904898643,-0.13107778131961823,0.14307855069637299]

Text: [D e p a r t m e n t] =>
Vector: [-0.11294835805892944,0.0031556289177387953,-0.06434794515371323]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [H e a l t h] =>
Vector: [0.0011959871044382453,0.091189444065094,-0.06123189255595207]

Text: [a n d] =>
Vector: [-0.12674053013324738,0.09846510738134384,-0.10375533252954483]

Text: [d e p e n d e n c e] =>
Vector: [-0.09838855266571045,0.11871671676635742,-0.13843248784542084]

Text: [t o] =>
Vector: [-0.05383288860321045,0.14697717130184174,-0.002313454868271947]

Text: [d e f i n e] =>
Vector: [-0.11295104026794434,-0.1402798444032669,0.15481221675872803]

Text: [a] =>
Vector: [0.11598825454711914,0.10368897765874863,-0.06978098303079605]

Text: [d e v e l o p m e n t] =>
Vector: [0.020334184169769287,0.07459205389022827,-0.017984410747885704]

Text: [f r a m e w o r k] =>
Vector: [-0.06617508083581924,0.13745816051959991,0.10770461708307266]

Text: [t h a t] =>
Vector: [-0.036687374114990234,0.10780686140060425,-0.021679678931832314]

Text: [w o u l d] =>
Vector: [0.14718914031982422,0.005745828151702881,-0.1049138531088829]

Text: [m e e t] =>
Vector: [0.011413116939365864,0.14074067771434784,-0.05980132147669792]

Text: [t h e] =>
Vector: [-0.019123395904898643,-0.13107778131961823,0.14307855069637299]

Text: [n e e d s] =>
Vector: [0.11848024278879166,-0.09979810565710068,-0.125038743019104]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [a l l] =>
Vector: [0.014696856029331684,0.016154250130057335,-0.156060591340065]

Text: [s t a k e h o l d e r s] =>
Vector: [0.12981797754764557,-0.036184925585985184,-0.04737287759780884]

Text: [i n] =>
Vector: [0.12229827791452408,-0.03133072331547737,-0.14264558255672455]

Text: [d e v e l o p m e n t] =>
Vector: [0.020334184169769287,0.07459205389022827,-0.017984410747885704]

Text: [t e a m s .] =>
Vector: [-0.11003538221120834,0.11430907249450684,0.12308122962713242]

Text: [T h e] =>
Vector: [-0.0338105745613575,-0.11832380294799805,-0.1510833501815796]

Text: [p r o j e c t] =>
Vector: [0.14000384509563446,0.08132614940404892,0.15977203845977783]

Text: [t o o k] =>
Vector: [0.07593238353729248,0.10599696636199951,-0.15917088091373444]

Text: [o f f] =>
Vector: [0.15215565264225006,-0.16211043298244476,-0.12917864322662354]

Text: [a s] =>
Vector: [-0.04072799161076546,0.02813003398478031,-0.16329753398895264]

Text: [m a d e s ,] =>
Vector: [0.13636396825313568,-0.12339705228805542,0.1335519552230835]

Text: [i s] =>
Vector: [0.08250036090612411,0.0025535225868225098,-0.07933773845434189]

Text: [b a s e d] =>
Vector: [0.011196752078831196,-0.08277374505996704,-0.12532906234264374]

Text: [o n] =>
Vector: [-0.05666106939315796,0.00963735580444336,-0.03371284529566765]

Text: [a] =>
Vector: [0.11598825454711914,0.10368897765874863,-0.06978098303079605]

Text: [f r a m e w o r k] =>
Vector: [-0.06617508083581924,0.13745816051959991,0.10770461708307266]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [t h e] =>
Vector: [-0.019123395904898643,-0.13107778131961823,0.14307855069637299]

Text: [J u n t a] =>
Vector: [-0.013356725685298443,0.04199959710240364,0.02643497847020626]

Text: [d e] =>
Vector: [0.07564059644937515,-0.11600842326879501,-0.03250066563487053]

Text: [A n d a l u c i a .] =>
Vector: [0.05817039683461189,-0.01835952140390873,0.04401252791285515]

Text: [h t t p : / / w w w . j u n t a d e a n d a l u c i a . e s / x w i k i / b i n / v i e w / M A D E J A /] =>
Vector: [0.013995945453643799,-0.1395815759897232,0.07727780193090439]

Text: [] =>
Vector: [0.14931941032409668,-0.11237160116434097,-0.040140967816114426]

Text: [
L ' O R E A L] =>
Vector: [0.11345048993825912,0.0740642324090004,0.028075912967324257]

Text: [M a r c h] =>
Vector: [-0.09947016090154648,-0.1379299759864807,0.16185325384140015]

Text: [2 0 0 9] =>
Vector: [-0.0687292218208313,0.07489943504333496,0.06263289600610733]

Text: [-] =>
Vector: [0.16549132764339447,0.06478814035654068,0.09235310554504395]

Text: [J u n e] =>
Vector: [0.07791455835103989,-0.10082366317510605,0.021049201488494873]

Text: [2 0 0 9] =>
Vector: [-0.0687292218208313,0.07489943504333496,0.06263289600610733]

Text: [T e c h n o l o g y] =>
Vector: [0.06055239960551262,0.13128797709941864,-0.03360253572463989]

Text: [C o n s u l t a n t] =>
Vector: [-0.07599159330129623,0.06376159191131592,-0.14772726595401764]

Text: [D u r i n g] =>
Vector: [0.02866818569600582,0.040660399943590164,0.002993841888383031]

Text: [t h i s] =>
Vector: [0.08670244365930557,-0.1335432082414627,-0.0066676936112344265]

Text: [p e r i o d ,] =>
Vector: [0.16145247220993042,0.13847778737545013,0.13072919845581055]

Text: [p e r f o r m e d] =>
Vector: [0.061619579792022705,0.06447243690490723,0.15335990488529205]

Text: [t h e] =>
Vector: [-0.019123395904898643,-0.13107778131961823,0.14307855069637299]

Text: [i n s t a l l a t i o n] =>
Vector: [0.12356504052877426,0.14909817278385162,-0.03567230701446533]

Text: [a n d] =>
Vector: [-0.12674053013324738,0.09846510738134384,-0.10375533252954483]

Text: [c o n f i g u r a t i o n] =>
Vector: [0.09665721654891968,-0.08078622817993164,-0.04474260285496712]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [a b o u t] =>
Vector: [0.06483336538076401,0.051048994064331055,-0.06237838789820671]

Text: [8 0] =>
Vector: [0.08798243850469589,0.06791549921035767,0.13977523148059845]

Text: [m a c h i n e s] =>
Vector: [-0.07981153577566147,0.06773892790079117,0.06356402486562729]

Text: [w i t h] =>
Vector: [-0.15044653415679932,-0.049222350120544434,0.032919567078351974]

Text: [t h e i r] =>
Vector: [0.14672346413135529,-0.08875509351491928,-0.11893811076879501]

Text: [O S] =>
Vector: [0.09599574655294418,-0.11316201835870743,0.1423947960138321]

Text: [a n d] =>
Vector: [-0.12674053013324738,0.09846510738134384,-0.10375533252954483]

Text: [o f f i c e] =>
Vector: [0.06448199599981308,-0.03373716399073601,0.08595931529998779]

Text: [s u i t e s ,] =>
Vector: [-0.10496171563863754,-0.1499255746603012,0.16109295189380646]

Text: [a s] =>
Vector: [-0.04072799161076546,0.02813003398478031,-0.16329753398895264]

Text: [w e l l] =>
Vector: [-0.07353273779153824,-0.125519797205925,0.045824646949768066]

Text: [a s] =>
Vector: [-0.04072799161076546,0.02813003398478031,-0.16329753398895264]

Text: [i n d i v i d u a l] =>
Vector: [0.07996680587530136,0.12589694559574127,-0.04207281395792961]

Text: [c o n f i g u r a t i o n .] =>
Vector: [-0.01939239166676998,0.0951351523399353,0.16009272634983063]

Text: [S P A N I S H] =>
Vector: [-0.0996766909956932,-0.062241118401288986,0.09907946735620499]

Text: [C O N F E D E R A T I O N] =>
Vector: [0.10909825563430786,0.1086769700050354,-0.15052367746829987]

Text: [O F] =>
Vector: [-0.047498684376478195,0.1160934790968895,0.08458218723535538]

Text: [S A V I N G S] =>
Vector: [0.12201306968927383,0.03683704137802124,0.021742800250649452]

Text: [B A N K S ,] =>
Vector: [0.14576053619384766,0.04969429969787598,-0.10093754529953003]

Text: [( C E C A )] =>
Vector: [0.002329488517716527,-0.06694608926773071,0.0247215423732996]

Text: [J a n u a r y] =>
Vector: [0.05776512622833252,0.10738763958215714,0.08768948167562485]

Text: [2 0 0 9] =>
Vector: [-0.0687292218208313,0.07489943504333496,0.06263289600610733]

Text: [-] =>
Vector: [0.16549132764339447,0.06478814035654068,0.09235310554504395]

Text: [M a r c h] =>
Vector: [-0.09947016090154648,-0.1379299759864807,0.16185325384140015]

Text: [2 0 0 9] =>
Vector: [-0.0687292218208313,0.07489943504333496,0.06263289600610733]

Text: [A n a l y s t ,] =>
Vector: [0.15333284437656403,0.061382632702589035,0.012902259826660156]

Text: [t e s t i n g] =>
Vector: [0.013287067413330078,0.11256098747253418,0.04355214163661003]

Text: [C o n d u c t] =>
Vector: [0.10098403692245483,0.07287142425775528,0.16133683919906616]

Text: [s a f e t y] =>
Vector: [-0.1199614629149437,0.02132105827331543,0.04334743693470955]

Text: [a u d i t s] =>
Vector: [0.12453148514032364,0.1216629147529602,0.0019557077903300524]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [e l e c t r o n i c] =>
Vector: [0.13178189098834991,-0.14167188107967377,0.08211775869131088]

Text: [b a n k i n g] =>
Vector: [0.07638873904943466,0.13398516178131104,0.0677676573395729]

Text: [s o f t w a r e] =>
Vector: [-0.05220453068614006,0.1499456912279129,0.12062541395425797]

Text: [t h a t] =>
Vector: [-0.036687374114990234,0.10780686140060425,-0.021679678931832314]

Text: [i s] =>
Vector: [0.08250036090612411,0.0025535225868225098,-0.07933773845434189]

Text: [b e i n g] =>
Vector: [0.010590434074401855,0.06441277265548706,0.13964258134365082]

Text: [i m p l e m e n t e d] =>
Vector: [0.15725378692150116,-0.03573566675186157,0.09034740924835205]

Text: [i n] =>
Vector: [0.12229827791452408,-0.03133072331547737,-0.14264558255672455]

Text: [t h e] =>
Vector: [-0.019123395904898643,-0.13107778131961823,0.14307855069637299]

Text: [s a v i n g s] =>
Vector: [0.07795574516057968,-0.003509740112349391,-0.058319371193647385]

Text: [b a n k s ,] =>
Vector: [0.10560206323862076,0.01766636036336422,0.041940588504076004]

Text: [u s i n g] =>
Vector: [-0.11286427825689316,0.1625121831893921,-0.01844092272222042]

Text: [J M e t e r] =>
Vector: [0.10576903820037842,0.08689089864492416,-0.13406352698802948]

Text: [a n d] =>
Vector: [-0.12674053013324738,0.09846510738134384,-0.10375533252954483]

Text: [J P r o b e] =>
Vector: [-0.04719768092036247,0.09546604007482529,0.16419701278209686]

Text: [t o] =>
Vector: [-0.05383288860321045,0.14697717130184174,-0.002313454868271947]

Text: [d e t e c t] =>
Vector: [0.09307374805212021,-0.07714343070983887,9.60489094723016E-4]

Text: [m e m o r y] =>
Vector: [-0.01902073621749878,-0.1287051886320114,-0.091855488717556]

Text: [l e a k] =>
Vector: [-0.049310583621263504,0.07235836982727051,-0.047913748770952225]

Text: [p r o b l e m s] =>
Vector: [0.1396239846944809,-0.028685489669442177,0.08718685060739517]

Text: [a s] =>
Vector: [-0.04072799161076546,0.02813003398478031,-0.16329753398895264]

Text: [w e l l] =>
Vector: [-0.07353273779153824,-0.125519797205925,0.045824646949768066]

Text: [a s] =>
Vector: [-0.04072799161076546,0.02813003398478031,-0.16329753398895264]

Text: [p e r f o r m a n c e] =>
Vector: [0.06691426038742065,0.0056856474839150906,0.012663562782108784]

Text: [i s s u e s] =>
Vector: [-0.020146569237113,0.14323289692401886,0.08089876174926758]

Text: [F O G A S A ,] =>
Vector: [0.10027214139699936,0.10239001363515854,0.10246189683675766]

Text: [G o v e r n] =>
Vector: [-0.09968280792236328,0.14509116113185883,0.03443300724029541]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [S p a i n ,] =>
Vector: [-0.0828564390540123,0.06439689546823502,0.13458453118801117]

Text: [S p a i n .] =>
Vector: [-0.10519230365753174,-0.0887126699090004,-0.1271457076072693]

Text: [N o v] =>
Vector: [0.12933695316314697,0.15544794499874115,0.13318194448947906]

Text: [2 0 0 8] =>
Vector: [0.10594949871301651,0.03298936411738396,0.06805068254470825]

Text: [-] =>
Vector: [0.16549132764339447,0.06478814035654068,0.09235310554504395]

Text: [D e c] =>
Vector: [-0.030667543411254883,-0.16233421862125397,0.11156538873910904]

Text: [2 0 0 8] =>
Vector: [0.10594949871301651,0.03298936411738396,0.06805068254470825]

Text: [C o n s u l t a n t ,] =>
Vector: [-0.12928329408168793,0.07603386789560318,-0.06688106060028076]

Text: [d e v e l o p e r] =>
Vector: [-0.16568394005298615,0.15229950845241547,0.09298553317785263]

Text: [a n d] =>
Vector: [-0.12674053013324738,0.09846510738134384,-0.10375533252954483]

Text: [t e s t i n g .] =>
Vector: [0.10944471508264542,0.07987338304519653,-0.058524906635284424]

Text: [T e l e m a t i c] =>
Vector: [0.12394871562719345,0.12109788507223129,0.08267661184072495]

Text: [p r o j e c t] =>
Vector: [0.14000384509563446,0.08132614940404892,0.15977203845977783]

Text: [f o r] =>
Vector: [0.1532244086265564,0.060634154826402664,0.07748285681009293]

Text: [a] =>
Vector: [0.11598825454711914,0.10368897765874863,-0.06978098303079605]

Text: [W a g e] =>
Vector: [0.010512431152164936,0.12616468966007233,0.11741707473993301]

Text: [W a r r a n t y] =>
Vector: [-0.1289605349302292,0.1497820019721985,0.003187318565323949]

Text: [F u n d .] =>
Vector: [0.04169261455535889,0.16045184433460236,-0.029449066147208214]

Text: [C o l l a b o r a t e] =>
Vector: [0.017239829525351524,0.029355347156524658,-0.16164414584636688]

Text: [o n] =>
Vector: [-0.05666106939315796,0.00963735580444336,-0.03371284529566765]

Text: [p r o d u c t] =>
Vector: [0.0806088075041771,0.07001415640115738,-0.09461674839258194]

Text: [i n t e g r a t i o n] =>
Vector: [0.07778223603963852,-0.07345960289239883,0.1594676375389099]

Text: [f u n c t i o n a l i t y] =>
Vector: [-0.14018982648849487,0.06915128231048584,-0.002984086750075221]

Text: [b y] =>
Vector: [0.08069310337305069,0.02531733177602291,-0.1653679609298706]

Text: [a d d i n g] =>
Vector: [0.010796706192195415,-0.020243505015969276,-0.11592642217874527]

Text: [a] =>
Vector: [0.11598825454711914,0.10368897765874863,-0.06978098303079605]

Text: [s e r i e s] =>
Vector: [0.056976933032274246,0.03621681407094002,-0.007579386234283447]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [w e b] =>
Vector: [0.1622188687324524,0.10795710235834122,0.14675505459308624]

Text: [s e r v i c e s] =>
Vector: [0.13635428249835968,-0.08279827982187271,-0.1509108990430832]

Text: [t h a t] =>
Vector: [-0.036687374114990234,0.10780686140060425,-0.021679678931832314]

Text: [p r o v i d e] =>
Vector: [0.035033147782087326,0.1069345474243164,0.05525724217295647]

Text: [e l e c t r o n i c] =>
Vector: [0.13178189098834991,-0.14167188107967377,0.08211775869131088]

Text: [s i g n a t u r e] =>
Vector: [-0.1359841227531433,0.06125388666987419,0.13848328590393066]

Text: [w i t h] =>
Vector: [-0.15044653415679932,-0.049222350120544434,0.032919567078351974]

Text: [n a t i o n a l] =>
Vector: [0.032240331172943115,0.04166189953684807,-0.16167080402374268]

Text: [m a n u f a c t u r e s] =>
Vector: [0.1388644427061081,-0.029361724853515625,0.1525798887014389]

Text: [c o i n] =>
Vector: [-0.017072895541787148,-0.11255957931280136,-0.11490567773580551]

Text: [a n d] =>
Vector: [-0.12674053013324738,0.09846510738134384,-0.10375533252954483]

Text: [s t a m p .] =>
Vector: [-0.09392553567886353,0.028224149718880653,-0.14583395421504974]

Text: [F N M T] =>
Vector: [0.09891899675130844,-0.010503510944545269,0.13369117677211761]

Text: [h t t p : / / w w w . f n m t . e s /] =>
Vector: [0.12831060588359833,-0.01335094403475523,-0.03154337406158447]

Text: [T E L E F O N I C A] =>
Vector: [0.15047037601470947,-0.1052536591887474,0.03807606175541878]

Text: [-] =>
Vector: [0.16549132764339447,0.06478814035654068,0.09235310554504395]

Text: [R & D] =>
Vector: [0.035564105957746506,-0.1355808824300766,0.009223301894962788]

Text: [M a y] =>
Vector: [-0.02747080661356449,0.08888974040746689,-0.11701975017786026]

Text: [2 0 0 8] =>
Vector: [0.10594949871301651,0.03298936411738396,0.06805068254470825]

Text: [-] =>
Vector: [0.16549132764339447,0.06478814035654068,0.09235310554504395]

Text: [N o v e m b e r] =>
Vector: [-0.05182703211903572,0.1400652974843979,-0.04217648506164551]

Text: [2 0 0 8] =>
Vector: [0.10594949871301651,0.03298936411738396,0.06805068254470825]

Text: [T e c h n o l o g y] =>
Vector: [0.06055239960551262,0.13128797709941864,-0.03360253572463989]

Text: [c o n s u l t a n t ,] =>
Vector: [-0.046062666922807693,0.057940561324357986,0.0477951355278492]

Text: [r e s e a r c h] =>
Vector: [0.06259378045797348,0.14323419332504272,0.03244195505976677]

Text: [a n d] =>
Vector: [-0.12674053013324738,0.09846510738134384,-0.10375533252954483]

Text: [d e v e l o p m e n t ,] =>
Vector: [-0.14348889887332916,0.07821168750524521,0.044607143849134445]

Text: [t e s t i n g ,] =>
Vector: [-0.022874632850289345,0.029582520946860313,0.10794585943222046]

Text: [t e c h n i c a l] =>
Vector: [-5.75164973270148E-4,0.06062473729252815,0.1412188559770584]

Text: [l e a d e r s h i p .] =>
Vector: [0.05241085961461067,0.027907172217965126,0.03362395241856575]

Text: [P r o j e c t] =>
Vector: [0.15857070684432983,-0.056182265281677246,-0.08126840740442276]

Text: [e - m a r k e t p l a c e] =>
Vector: [-0.08051397651433945,-0.14899969100952148,0.0769760012626648]

Text: [T e l e f o n i c a] =>
Vector: [-0.13656747341156006,0.011421958915889263,0.08986123651266098]

Text: [R] =>
Vector: [0.04988275095820427,-0.05520208552479744,0.15058781206607819]

Text: [&] =>
Vector: [-0.10672666877508163,-0.040967267006635666,0.1083296537399292]

Text: [D .] =>
Vector: [-0.04759657382965088,-0.018977820873260498,-0.03270798921585083]

Text: [I n] =>
Vector: [0.118419349193573,-0.020488938316702843,0.11756595224142075]

Text: [t h i s] =>
Vector: [0.08670244365930557,-0.1335432082414627,-0.0066676936112344265]

Text: [p r o j e c t] =>
Vector: [0.14000384509563446,0.08132614940404892,0.15977203845977783]

Text: [I] =>
Vector: [0.03635207936167717,0.05818831920623779,-0.022041618824005127]

Text: [w o r k] =>
Vector: [0.09942194074392319,-0.032054901123046875,0.10222276300191879]

Text: [a s] =>
Vector: [-0.04072799161076546,0.02813003398478031,-0.16329753398895264]

Text: [a] =>
Vector: [0.11598825454711914,0.10368897765874863,-0.06978098303079605]

Text: [c o n s u l t a n t ,] =>
Vector: [-0.046062666922807693,0.057940561324357986,0.0477951355278492]

Text: [e s p e c i a l l y] =>
Vector: [0.14710432291030884,0.05508111044764519,0.004670222755521536]

Text: [m u c h] =>
Vector: [-0.04641340300440788,0.15732944011688232,0.12708602845668793]

Text: [R] =>
Vector: [0.04988275095820427,-0.05520208552479744,0.15058781206607819]

Text: [&] =>
Vector: [-0.10672666877508163,-0.040967267006635666,0.1083296537399292]

Text: [D] =>
Vector: [-0.04012221097946167,0.09137692302465439,0.11341559886932373]

Text: [t o] =>
Vector: [-0.05383288860321045,0.14697717130184174,-0.002313454868271947]

Text: [d e s i g n] =>
Vector: [0.1100594773888588,-0.11335486173629761,-0.08384603261947632]

Text: [a n d] =>
Vector: [-0.12674053013324738,0.09846510738134384,-0.10375533252954483]

Text: [i m p l e m e n t] =>
Vector: [0.12453379482030869,0.08886054903268814,0.15676842629909515]

Text: [a n] =>
Vector: [0.06329057365655899,0.017144858837127686,-0.06120999529957771]

Text: [S O A] =>
Vector: [0.06152232363820076,0.08026073127985,0.16171614825725555]

Text: [a r c h i t e c t u r e] =>
Vector: [0.11749228090047836,-0.15088461339473724,0.12754450738430023]

Text: [b a s e d] =>
Vector: [0.011196752078831196,-0.08277374505996704,-0.12532906234264374]

Text: [o n] =>
Vector: [-0.05666106939315796,0.00963735580444336,-0.03371284529566765]

Text: [J a v a ,] =>
Vector: [0.05256398394703865,0.1287338137626648,-0.1448109894990921]

Text: [l e a r n e d] =>
Vector: [0.10318795591592789,-0.11161879450082779,0.13778340816497803]

Text: [t o] =>
Vector: [-0.05383288860321045,0.14697717130184174,-0.002313454868271947]

Text: [h a n d l e] =>
Vector: [-0.15244901180267334,0.12102562189102173,-0.05519048497080803]

Text: [t h e] =>
Vector: [-0.019123395904898643,-0.13107778131961823,0.14307855069637299]

Text: [j a v a] =>
Vector: [-0.07247511297464371,-0.13926075398921967,-0.11946767568588257]

Text: [a p i] =>
Vector: [-0.14865820109844208,-0.08597743511199951,-0.008403658866882324]

Text: [a n d] =>
Vector: [-0.12674053013324738,0.09846510738134384,-0.10375533252954483]

Text: [W e b s p h e r e] =>
Vector: [-0.07803153991699219,0.12807311117649078,-0.13377952575683594]

Text: [S e r v i c e] =>
Vector: [0.16504983603954315,-0.1248210072517395,-0.022358477115631104]

Text: [R e g i s t r y] =>
Vector: [-0.11403828859329224,0.1655436009168625,-0.102852463722229]

Text: [( W S R R )] =>
Vector: [-0.03820334002375603,0.027712762355804443,-0.048601627349853516]

Text: [f r o m] =>
Vector: [0.06433284282684326,0.07056764513254166,-0.0017442107200622559]

Text: [I B M ,] =>
Vector: [0.07810038328170776,0.1344892829656601,-0.03305898234248161]

Text: [a s] =>
Vector: [-0.04072799161076546,0.02813003398478031,-0.16329753398895264]

Text: [w e l l] =>
Vector: [-0.07353273779153824,-0.125519797205925,0.045824646949768066]

Text: [a s] =>
Vector: [-0.04072799161076546,0.02813003398478031,-0.16329753398895264]

Text: [i t s] =>
Vector: [0.08434251695871353,-0.10024742037057877,0.021081864833831787]

Text: [m a n a g e m e n t] =>
Vector: [-0.012027840130031109,0.008246302604675293,-0.16607992351055145]

Text: [i n t e r f a c e ,] =>
Vector: [0.07524266093969345,0.11576571315526962,0.06475444883108139]

Text: [w e b] =>
Vector: [0.1622188687324524,0.10795710235834122,0.14675505459308624]

Text: [s e r v i c e s] =>
Vector: [0.13635428249835968,-0.08279827982187271,-0.1509108990430832]

Text: [J a v a ,] =>
Vector: [0.05256398394703865,0.1287338137626648,-0.1448109894990921]

Text: [m i x e d] =>
Vector: [-0.1581084281206131,-0.03862529993057251,0.0061528682708740234]

Text: [w i t h] =>
Vector: [-0.15044653415679932,-0.049222350120544434,0.032919567078351974]

Text: [d i f f e r e n t] =>
Vector: [-0.002185742137953639,-0.04656286910176277,-0.05299842357635498]

Text: [a c c e s s] =>
Vector: [0.08408331871032715,0.012640397064387798,0.09694045782089233]

Text: [d a t a b a s e s ,] =>
Vector: [0.023316144943237305,0.15721677243709564,0.08370920270681381]

Text: [i n] =>
Vector: [0.12229827791452408,-0.03133072331547737,-0.14264558255672455]

Text: [a d d i t i o n] =>
Vector: [-0.14033930003643036,0.05966097116470337,0.09320735931396484]

Text: [t o] =>
Vector: [-0.05383288860321045,0.14697717130184174,-0.002313454868271947]

Text: [b e t t e r] =>
Vector: [0.12786448001861572,-0.04426165297627449,0.040872972458601]

Text: [k n o w l e d g e] =>
Vector: [-0.0835374966263771,0.010330776683986187,-0.1363498419523239]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [E n g l i s h] =>
Vector: [-0.031881969422101974,0.13894915580749512,-0.056484024971723557]

Text: [b e c a u s e] =>
Vector: [-0.05795939639210701,0.06125462055206299,-0.04023591801524162]

Text: [I] =>
Vector: [0.03635207936167717,0.05818831920623779,-0.022041618824005127]

Text: [h a d] =>
Vector: [0.10643202066421509,-0.09051837772130966,0.07991856336593628]

Text: [t o] =>
Vector: [-0.05383288860321045,0.14697717130184174,-0.002313454868271947]

Text: [w o r k] =>
Vector: [0.09942194074392319,-0.032054901123046875,0.10222276300191879]

Text: [c l o s e l y] =>
Vector: [-0.15660810470581055,0.13054746389389038,-0.062341153621673584]

Text: [w i t h] =>
Vector: [-0.15044653415679932,-0.049222350120544434,0.032919567078351974]

Text: [I B M] =>
Vector: [-0.06804082542657852,-0.06868264824151993,-0.04715629294514656]

Text: [c o n s u l t a n t s] =>
Vector: [-0.007336854934692383,-0.051227670162916183,0.11579813808202744]

Text: [f o r e i g n e r s .] =>
Vector: [-0.014169573783874512,-0.05222819373011589,0.038233399391174316]

Text: [Y E L L] =>
Vector: [-0.0012218356132507324,0.1208893433213234,0.05686499550938606]

Text: [S P A I N ,] =>
Vector: [0.06426850706338882,0.15573789179325104,-0.07966575771570206]

Text: [M a d r i d ,] =>
Vector: [0.09262057393789291,-0.06380043178796768,0.049324750900268555]

Text: [S p a i n .] =>
Vector: [-0.10519230365753174,-0.0887126699090004,-0.1271457076072693]

Text: [A u g u s t] =>
Vector: [0.09113063663244247,0.09440360218286514,-0.0956224575638771]

Text: [2 0 0 7] =>
Vector: [0.061057012528181076,-0.16238045692443848,-0.1102696880698204]

Text: [-] =>
Vector: [0.16549132764339447,0.06478814035654068,0.09235310554504395]

Text: [M a y] =>
Vector: [-0.02747080661356449,0.08888974040746689,-0.11701975017786026]

Text: [2 0 0 8] =>
Vector: [0.10594949871301651,0.03298936411738396,0.06805068254470825]

Text: [C o n s u l t a n t ,] =>
Vector: [-0.12928329408168793,0.07603386789560318,-0.06688106060028076]

Text: [D e v e l o p e r ,] =>
Vector: [0.01295006275177002,0.048804204910993576,-0.1453477293252945]

Text: [R & D .] =>
Vector: [0.0894046425819397,0.11304274946451187,0.12255934625864029]

Text: [I m p l e m e n t a t i o n] =>
Vector: [0.05602753162384033,-0.1610461324453354,-0.023108938708901405]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [s e v e r a l] =>
Vector: [0.13205011188983917,0.1449846774339676,0.11256090551614761]

Text: [J 2 E E - b a s e d] =>
Vector: [0.16016113758087158,-0.11211099475622177,0.1370256394147873]

Text: [S O A] =>
Vector: [0.06152232363820076,0.08026073127985,0.16171614825725555]

Text: [a r c h i t e c t u r e s] =>
Vector: [-0.16302157938480377,0.07253459841012955,-0.1400916427373886]

Text: [f o r] =>
Vector: [0.1532244086265564,0.060634154826402664,0.07748285681009293]

Text: [u s e] =>
Vector: [-0.0876455307006836,0.07884826511144638,-0.0881904736161232]

Text: [i n] =>
Vector: [0.12229827791452408,-0.03133072331547737,-0.14264558255672455]

Text: [a] =>
Vector: [0.11598825454711914,0.10368897765874863,-0.06978098303079605]

Text: [n e w] =>
Vector: [0.040404338389635086,-0.054883819073438644,0.14580367505550385]

Text: [v e r s i o n] =>
Vector: [0.12021493911743164,0.07242045551538467,0.05220730975270271]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [t h e] =>
Vector: [-0.019123395904898643,-0.13107778131961823,0.14307855069637299]

Text: [w e b s i t e] =>
Vector: [0.09785380214452744,0.04640473797917366,0.11871298402547836]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [t h e] =>
Vector: [-0.019123395904898643,-0.13107778131961823,0.14307855069637299]

Text: [y e l l o w] =>
Vector: [0.15001951158046722,-0.01128449011594057,0.037344615906476974]

Text: [p a g e s] =>
Vector: [-0.10970815271139145,0.016644954681396484,-0.04848682880401611]

Text: [a n d] =>
Vector: [-0.12674053013324738,0.09846510738134384,-0.10375533252954483]

Text: [w h i t e] =>
Vector: [-0.0705171450972557,0.036568641662597656,0.06725087016820908]

Text: [p a g e s .] =>
Vector: [0.11435272544622421,0.11848095804452896,-0.028512516990303993]

Text: [w w w . p a g i n a s a m a r i l l a s . e s] =>
Vector: [0.033078450709581375,-0.07423599809408188,0.14987532794475555]

Text: [R] =>
Vector: [0.04988275095820427,-0.05520208552479744,0.15058781206607819]

Text: [&] =>
Vector: [-0.10672666877508163,-0.040967267006635666,0.1083296537399292]

Text: [D] =>
Vector: [-0.04012221097946167,0.09137692302465439,0.11341559886932373]

Text: [/] =>
Vector: [0.05466778948903084,0.10048963874578476,0.12339576333761215]

Text: [E n h a n c e m e n t s] =>
Vector: [-0.09856518357992172,0.10306870937347412,-0.06979528814554214]

Text: [a n d] =>
Vector: [-0.12674053013324738,0.09846510738134384,-0.10375533252954483]

Text: [f e a t u r e s .] =>
Vector: [-0.01084031630307436,0.01169043779373169,0.15516060590744019]

Text: [A V I V A] =>
Vector: [-0.07724485546350479,0.11049360036849976,0.11277469247579575]

Text: [I N S U R A N C E] =>
Vector: [-0.15738199651241302,-0.03456568717956543,0.0987372174859047]

Text: [B a d a j o z ,] =>
Vector: [-0.13164865970611572,0.0015371242770925164,0.03180140256881714]

Text: [S p a i n .] =>
Vector: [-0.10519230365753174,-0.0887126699090004,-0.1271457076072693]

Text: [N o v e m b e r] =>
Vector: [-0.05182703211903572,0.1400652974843979,-0.04217648506164551]

Text: [2 0 0 6] =>
Vector: [0.08573637157678604,-0.03737054392695427,0.03932752087712288]

Text: [-] =>
Vector: [0.16549132764339447,0.06478814035654068,0.09235310554504395]

Text: [J u l y] =>
Vector: [0.13589023053646088,-0.04876917600631714,0.06352478265762329]

Text: [2 0 0 7] =>
Vector: [0.061057012528181076,-0.16238045692443848,-0.1102696880698204]

Text: [D e v e l o p e r ,] =>
Vector: [0.01295006275177002,0.048804204910993576,-0.1453477293252945]

Text: [R & D] =>
Vector: [0.035564105957746506,-0.1355808824300766,0.009223301894962788]

Text: [a n d] =>
Vector: [-0.12674053013324738,0.09846510738134384,-0.10375533252954483]

Text: [t e s t i n g .] =>
Vector: [0.10944471508264542,0.07987338304519653,-0.058524906635284424]

Text: [B u i l d e r] =>
Vector: [-0.1182917132973671,-0.13967262208461761,-0.06386169046163559]

Text: [p r o j e c t] =>
Vector: [0.14000384509563446,0.08132614940404892,0.15977203845977783]

Text: [/] =>
Vector: [0.05466778948903084,0.10048963874578476,0.12339576333761215]

Text: [I m p l e m e n t a t i o n] =>
Vector: [0.05602753162384033,-0.1610461324453354,-0.023108938708901405]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [m a i n t e n a n c e] =>
Vector: [0.1497315615415573,-0.1631506234407425,0.14706873893737793]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [p r o p r i e t a r y] =>
Vector: [0.1390191912651062,-0.060317378491163254,0.05658245086669922]

Text: [a r c h i t e c t u r e] =>
Vector: [0.11749228090047836,-0.15088461339473724,0.12754450738430023]

Text: [b a s e d] =>
Vector: [0.011196752078831196,-0.08277374505996704,-0.12532906234264374]

Text: [o n] =>
Vector: [-0.05666106939315796,0.00963735580444336,-0.03371284529566765]

Text: [A n d r o M D A] =>
Vector: [-0.13202273845672607,0.11066953092813492,0.02207392454147339]

Text: [t e c h n o l o g y] =>
Vector: [-0.037803590297698975,-0.012585441581904888,-0.07390981912612915]

Text: [h t t p : / / g a l a x y . a n d r o m d a . o r g /] =>
Vector: [0.16368035972118378,-0.08606431633234024,0.09652463346719742]

Text: [I n] =>
Vector: [0.118419349193573,-0.020488938316702843,0.11756595224142075]

Text: [t h i s] =>
Vector: [0.08670244365930557,-0.1335432082414627,-0.0066676936112344265]

Text: [p r o j e c t] =>
Vector: [0.14000384509563446,0.08132614940404892,0.15977203845977783]

Text: [I] =>
Vector: [0.03635207936167717,0.05818831920623779,-0.022041618824005127]

Text: [w o r k] =>
Vector: [0.09942194074392319,-0.032054901123046875,0.10222276300191879]

Text: [o n] =>
Vector: [-0.05666106939315796,0.00963735580444336,-0.03371284529566765]

Text: [t e c h n i c a l] =>
Vector: [-5.75164973270148E-4,0.06062473729252815,0.1412188559770584]

Text: [d e s i g n] =>
Vector: [0.1100594773888588,-0.11335486173629761,-0.08384603261947632]

Text: [a n d] =>
Vector: [-0.12674053013324738,0.09846510738134384,-0.10375533252954483]

Text: [i m p l e m e n t a t i o n] =>
Vector: [-0.1385475993156433,0.14173191785812378,-0.1351359486579895]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [a] =>
Vector: [0.11598825454711914,0.10368897765874863,-0.06978098303079605]

Text: [n u m b e r] =>
Vector: [-0.024188360199332237,0.15304942429065704,-0.08187844604253769]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [c a s e s] =>
Vector: [-0.15071535110473633,-0.12946045398712158,0.003660639049485326]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [e n d] =>
Vector: [-0.01567731238901615,-0.053785283118486404,-0.0469253845512867]

Text: [u s e r] =>
Vector: [-0.02229595184326172,-0.09660184383392334,0.004543582443147898]

Text: [a p p l i c a t i o n s] =>
Vector: [0.11459622532129288,0.12217263132333755,5.057851667515934E-4]

Text: [f o r] =>
Vector: [0.1532244086265564,0.060634154826402664,0.07748285681009293]

Text: [A V I V A ,] =>
Vector: [-0.052506428211927414,-0.006884336471557617,0.04792509600520134]

Text: [a s u r a n c e] =>
Vector: [0.03593575954437256,-0.08057371526956558,-0.1383153796195984]

Text: [b u s i n e s s] =>
Vector: [-0.04346166178584099,0.15175949037075043,0.08953265100717545]

Text: [] =>
Vector: [0.14931941032409668,-0.11237160116434097,-0.040140967816114426]

Text: [H Y P E R L I N K] =>
Vector: [-0.12594656646251678,-0.15176935493946075,0.11849725246429443]

Text: [" h t t p : / / w w w . a v i v a . e s / e s / c o r p o r a t i v a / " h t t p : / / w w w . a v i v a . e s / e s / c o r p o r a t i v a /] =>
Vector: [-0.04886491969227791,-0.061144035309553146,0.1349167674779892]

Text: [I n d r a] =>
Vector: [0.05469812825322151,-0.12958753108978271,0.1457231044769287]

Text: [s o f t w a r e] =>
Vector: [-0.05220453068614006,0.1499456912279129,0.12062541395425797]

Text: [l a b s ,] =>
Vector: [0.08123096078634262,0.0967707633972168,0.13124524056911469]

Text: [B a d a j o z ,] =>
Vector: [-0.13164865970611572,0.0015371242770925164,0.03180140256881714]

Text: [B a d a j o z ,] =>
Vector: [-0.13164865970611572,0.0015371242770925164,0.03180140256881714]

Text: [S p a i n .] =>
Vector: [-0.10519230365753174,-0.0887126699090004,-0.1271457076072693]

Text: [] =>
Vector: [0.14931941032409668,-0.11237160116434097,-0.040140967816114426]

Text: [E L E C T R I C A L] =>
Vector: [-0.1171361580491066,-0.04126272723078728,0.0475650429725647]

Text: [N E T W O R K] =>
Vector: [-0.16133332252502441,0.13176751136779785,-0.021633505821228027]

Text: [O F] =>
Vector: [-0.047498684376478195,0.1160934790968895,0.08458218723535538]

Text: [S P A I N ,] =>
Vector: [0.06426850706338882,0.15573789179325104,-0.07966575771570206]

Text: [B a d a j o z ,] =>
Vector: [-0.13164865970611572,0.0015371242770925164,0.03180140256881714]

Text: [S p a i n .] =>
Vector: [-0.10519230365753174,-0.0887126699090004,-0.1271457076072693]

Text: [N o v e m b e r] =>
Vector: [-0.05182703211903572,0.1400652974843979,-0.04217648506164551]

Text: [1 3 / 1 1 / 2 0 0 6] =>
Vector: [-0.11002995818853378,-0.04636474326252937,-0.14160875976085663]

Text: [] =>
Vector: [0.14931941032409668,-0.11237160116434097,-0.040140967816114426]

Text: [O c t o b e r] =>
Vector: [-0.08625296503305435,0.09315135329961777,0.08246856927871704]

Text: [2 0 0 6] =>
Vector: [0.08573637157678604,-0.03737054392695427,0.03932752087712288]

Text: [-] =>
Vector: [0.16549132764339447,0.06478814035654068,0.09235310554504395]

Text: [] =>
Vector: [0.14931941032409668,-0.11237160116434097,-0.040140967816114426]

Text: [
D e v e l o p e r ,] =>
Vector: [-0.03579412028193474,-0.1391468048095703,0.0024015307426452637]

Text: [t e s t i n g .] =>
Vector: [0.10944471508264542,0.07987338304519653,-0.058524906635284424]

Text: [R E E - A R A P] =>
Vector: [-0.10254629701375961,-0.045391201972961426,0.075747549533844]

Text: [P r o j e c t] =>
Vector: [0.15857070684432983,-0.056182265281677246,-0.08126840740442276]

Text: [( S p a n i s h] =>
Vector: [-0.09880980104207993,-0.09173130989074707,-0.007227400783449411]

Text: [E l e c t r i c i t y] =>
Vector: [0.033843617886304855,-0.1117590069770813,0.1088607907295227]

Text: [N e t w o r k )] =>
Vector: [0.08073636144399643,-0.10871563106775284,0.043970584869384766]

Text: [h t t p : / / w w w . r e e . e s /] =>
Vector: [0.07831573486328125,0.042095303535461426,-0.1322021633386612]

Text: [U s e r s] =>
Vector: [-0.13705843687057495,-0.08750661462545395,-0.06055758520960808]

Text: [M a i n t e n a n c e] =>
Vector: [-0.05607185885310173,0.082854725420475,0.03601990267634392]

Text: [D I R A] =>
Vector: [-0.10062386840581894,0.13488911092281342,-0.032422780990600586]

Text: [i n t e g r a t e d] =>
Vector: [-0.1169140562415123,-0.04731805995106697,0.14140672981739044]

Text: [p r o p r i e t a r y] =>
Vector: [0.1390191912651062,-0.060317378491163254,0.05658245086669922]

Text: [s y s t e m .] =>
Vector: [0.12547917664051056,0.03781026601791382,-0.02650219202041626]

Text: [I n d r a] =>
Vector: [0.05469812825322151,-0.12958753108978271,0.1457231044769287]

Text: [s o f t w a r e] =>
Vector: [-0.05220453068614006,0.1499456912279129,0.12062541395425797]

Text: [l a b s ,] =>
Vector: [0.08123096078634262,0.0967707633972168,0.13124524056911469]

Text: [B a d a j o z ,] =>
Vector: [-0.13164865970611572,0.0015371242770925164,0.03180140256881714]

Text: [B a d a j o z ,] =>
Vector: [-0.13164865970611572,0.0015371242770925164,0.03180140256881714]

Text: [S p a i n .] =>
Vector: [-0.10519230365753174,-0.0887126699090004,-0.1271457076072693]

Text: [] =>
Vector: [0.14931941032409668,-0.11237160116434097,-0.040140967816114426]

Text: [A M A E F] =>
Vector: [0.09573954343795776,0.010068039409816265,0.13965432345867157]

Text: [P r o j e c t] =>
Vector: [0.15857070684432983,-0.056182265281677246,-0.08126840740442276]

Text: [( A s s o c i a t i o n] =>
Vector: [-0.15276527404785156,-0.08543086051940918,0.045445483177900314]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [F i n a n c i a l] =>
Vector: [-0.15618939697742462,-0.039557378739118576,0.09344607591629028]

Text: [I n s t i t u t i o n s] =>
Vector: [0.10592669248580933,0.047105688601732254,-0.07386815547943115]

Text: [f o r] =>
Vector: [0.1532244086265564,0.060634154826402664,0.07748285681009293]

Text: [I n s u r a n c e] =>
Vector: [0.07123599201440811,0.04129745438694954,-0.06119163706898689]

Text: [M e d i a t i o n ) ,] =>
Vector: [-0.08503448963165283,0.12641066312789917,-0.029782235622406006]

Text: [B a d a j o z ,] =>
Vector: [-0.13164865970611572,0.0015371242770925164,0.03180140256881714]

Text: [S p a i n ,] =>
Vector: [-0.0828564390540123,0.06439689546823502,0.13458453118801117]

Text: [J u n e] =>
Vector: [0.07791455835103989,-0.10082366317510605,0.021049201488494873]

Text: [2 0 0 6] =>
Vector: [0.08573637157678604,-0.03737054392695427,0.03932752087712288]

Text: [-] =>
Vector: [0.16549132764339447,0.06478814035654068,0.09235310554504395]

Text: [O c t o b e r] =>
Vector: [-0.08625296503305435,0.09315135329961777,0.08246856927871704]

Text: [2 0 0 6] =>
Vector: [0.08573637157678604,-0.03737054392695427,0.03932752087712288]

Text: [S R .] =>
Vector: [-0.013460338115692139,0.05349119380116463,-0.01143944263458252]

Text: [P r o g r a m m e r] =>
Vector: [-0.10714902728796005,-0.11526123434305191,0.028531095013022423]

Text: [,] =>
Vector: [0.0476643443107605,0.14852873980998993,-0.1663932353258133]

Text: [t e s t i n g .] =>
Vector: [0.10944471508264542,0.07987338304519653,-0.058524906635284424]

Text: [D e v e l o p] =>
Vector: [0.016833782196044922,-0.051085591316223145,0.0010117292404174805]

Text: [w i t h] =>
Vector: [-0.15044653415679932,-0.049222350120544434,0.032919567078351974]

Text: [I n d r a] =>
Vector: [0.05469812825322151,-0.12958753108978271,0.1457231044769287]

Text: [a] =>
Vector: [0.11598825454711914,0.10368897765874863,-0.06978098303079605]

Text: [s o l u t i o n] =>
Vector: [0.10988607257604599,0.12397608906030655,-0.11088404804468155]

Text: [f o r] =>
Vector: [0.1532244086265564,0.060634154826402664,0.07748285681009293]

Text: [b a n k i n g] =>
Vector: [0.07638873904943466,0.13398516178131104,0.0677676573395729]

Text: [a n d] =>
Vector: [-0.12674053013324738,0.09846510738134384,-0.10375533252954483]

Text: [i n s u r a n c e] =>
Vector: [-0.08950086683034897,0.1219378337264061,0.0805133581161499]

Text: [c o u l d] =>
Vector: [-0.0676846131682396,0.042229730635881424,0.13059811294078827]

Text: [c o m m u n i c a t e] =>
Vector: [-0.1525968760251999,-0.05673938989639282,0.1315438598394394]

Text: [w i t h] =>
Vector: [-0.15044653415679932,-0.049222350120544434,0.032919567078351974]

Text: [e a c h] =>
Vector: [-0.0756688117980957,0.04294450953602791,0.07218664884567261]

Text: [o t h e r .] =>
Vector: [0.15856283903121948,-0.11724553257226944,-0.036850810050964355]

Text: [I n t e n s i v e] =>
Vector: [0.1662067323923111,-0.14271505177021027,-0.15080410242080688]

Text: [u s e] =>
Vector: [-0.0876455307006836,0.07884826511144638,-0.0881904736161232]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [w e b] =>
Vector: [0.1622188687324524,0.10795710235834122,0.14675505459308624]

Text: [s e r v i c e s] =>
Vector: [0.13635428249835968,-0.08279827982187271,-0.1509108990430832]

Text: [a n d] =>
Vector: [-0.12674053013324738,0.09846510738134384,-0.10375533252954483]

Text: [c a c h i n g] =>
Vector: [-0.1431303471326828,-0.0112241106107831,-0.14368854463100433]

Text: [r e s o u r c e s] =>
Vector: [0.06297314167022705,0.13971872627735138,-0.08928044885396957]

Text: [w i t h] =>
Vector: [-0.15044653415679932,-0.049222350120544434,0.032919567078351974]

Text: [a] =>
Vector: [0.11598825454711914,0.10368897765874863,-0.06978098303079605]

Text: [g o o d] =>
Vector: [-0.11212855577468872,-0.11151695251464844,0.05247799679636955]

Text: [c l a s s] =>
Vector: [-0.0033778150100260973,0.1428011655807495,0.09142082929611206]

Text: [d e s i g n] =>
Vector: [0.1100594773888588,-0.11335486173629761,-0.08384603261947632]

Text: [u s i n g] =>
Vector: [-0.11286427825689316,0.1625121831893921,-0.01844092272222042]

Text: [p a t t e r n s] =>
Vector: [-0.055305738002061844,-0.05893516540527344,-0.1136457696557045]

Text: [l i k e] =>
Vector: [-0.006822168827056885,0.05187646672129631,-0.0893954262137413]

Text: [s i n g l e t o n ,] =>
Vector: [0.0650307908654213,-0.09892591089010239,-0.12632258236408234]

Text: [s i n g l e] =>
Vector: [0.05302320048213005,0.15500594675540924,-0.13873545825481415]

Text: [s i g n] =>
Vector: [0.09785542637109756,-0.16483467817306519,-0.013008058071136475]

Text: [o n ,] =>
Vector: [-0.1468838006258011,-0.10033085197210312,-0.09223737567663193]

Text: [f a c a d e ,] =>
Vector: [0.027240276336669922,-0.15360455214977264,-0.06633877754211426]

Text: [a g g r e g a t i o n ,] =>
Vector: [0.11024578660726547,-0.1434188336133957,0.16369186341762543]

Text: [d a t a] =>
Vector: [0.11902928352355957,0.13366331160068512,0.14396657049655914]

Text: [a c c e s s] =>
Vector: [0.08408331871032715,0.012640397064387798,0.09694045782089233]

Text: [o b j e c t] =>
Vector: [-0.01953764818608761,-0.05021246150135994,-0.14333592355251312]

Text: [I n d r a] =>
Vector: [0.05469812825322151,-0.12958753108978271,0.1457231044769287]

Text: [s o f t w a r e] =>
Vector: [-0.05220453068614006,0.1499456912279129,0.12062541395425797]

Text: [l a b s ,] =>
Vector: [0.08123096078634262,0.0967707633972168,0.13124524056911469]

Text: [B a d a j o z ,] =>
Vector: [-0.13164865970611572,0.0015371242770925164,0.03180140256881714]

Text: [B a d a j o z ,] =>
Vector: [-0.13164865970611572,0.0015371242770925164,0.03180140256881714]

Text: [S p a i n .] =>
Vector: [-0.10519230365753174,-0.0887126699090004,-0.1271457076072693]

Text: [h t t p : / / w w w . a m a e f . e s /] =>
Vector: [0.04066282510757446,-0.014589905738830566,0.022225001826882362]

Text: [I N D R A] =>
Vector: [0.16462202370166779,0.08990976959466934,0.10723000764846802]

Text: [S O F T W A R E] =>
Vector: [-0.07234477996826172,0.11644162982702255,-0.038789231330156326]

Text: [L A B S ,] =>
Vector: [-0.1453525424003601,0.018323441967368126,0.031416576355695724]

Text: [B a d a j o z ,] =>
Vector: [-0.13164865970611572,0.0015371242770925164,0.03180140256881714]

Text: [S p a i n .] =>
Vector: [-0.10519230365753174,-0.0887126699090004,-0.1271457076072693]

Text: [M a y] =>
Vector: [-0.02747080661356449,0.08888974040746689,-0.11701975017786026]

Text: [2 0 0 6] =>
Vector: [0.08573637157678604,-0.03737054392695427,0.03932752087712288]

Text: [-] =>
Vector: [0.16549132764339447,0.06478814035654068,0.09235310554504395]

Text: [J u n e] =>
Vector: [0.07791455835103989,-0.10082366317510605,0.021049201488494873]

Text: [1 6 . 6 . 2 0 0 6] =>
Vector: [0.1460983008146286,-0.003049572231248021,0.13288594782352448]

Text: [R] =>
Vector: [0.04988275095820427,-0.05520208552479744,0.15058781206607819]

Text: [&] =>
Vector: [-0.10672666877508163,-0.040967267006635666,0.1083296537399292]

Text: [D] =>
Vector: [-0.04012221097946167,0.09137692302465439,0.11341559886932373]

Text: [i n] =>
Vector: [0.12229827791452408,-0.03133072331547737,-0.14264558255672455]

Text: [J a v a] =>
Vector: [0.04060785099864006,0.14530928432941437,0.10597427934408188]

Text: [S e r v e r] =>
Vector: [0.12302454560995102,0.12471910566091537,0.13248658180236816]

Text: [F a c e s ,] =>
Vector: [0.11809945106506348,-0.08147778362035751,0.006340364459902048]

Text: [J a v a] =>
Vector: [0.04060785099864006,0.14530928432941437,0.10597427934408188]

Text: [S t u d i o] =>
Vector: [-0.08810058981180191,-0.15026725828647614,0.16061197221279144]

Text: [C r e a t o r] =>
Vector: [0.13140930235385895,-0.1359032541513443,-0.030281146988272667]

Text: [2 ,] =>
Vector: [-0.14859962463378906,-0.0351901650428772,-0.015278319828212261]

Text: [w e] =>
Vector: [0.07337240129709244,-0.13165932893753052,-0.012929399497807026]

Text: [m a d e] =>
Vector: [-0.14276164770126343,0.051491279155015945,0.0714300274848938]

Text: [a] =>
Vector: [0.11598825454711914,0.10368897765874863,-0.06978098303079605]

Text: [p o r t] =>
Vector: [0.13983070850372314,-0.09685631841421127,0.034814734011888504]

Text: [o f] =>
Vector: [-0.1633371263742447,-0.14517612755298615,0.11354436725378036]

Text: [a] =>
Vector: [0.11598825454711914,0.10368897765874863,-0.06978098303079605]

Text: [u s e] =>
Vector: [-0.0876455307006836,0.07884826511144638,-0.0881904736161232]

Text: [c a s e] =>
Vector: [-0.028007904067635536,0.042777638882398605,0.02622377872467041]

Text: [V F I N C A] =>
Vector: [-0.15881317853927612,0.014647980220615864,0.10257947444915771]

Text: [a] =>
Vector: [0.11598825454711914,0.10368897765874863,-0.06978098303079605]

Text: [J S F] =>
Vector: [-0.151680588722229,-0.12201698869466782,0.06581715494394302]

Text: [p r o j e c t .] =>
Vector: [-0.13964848220348358,-0.014528890140354633,0.01624067686498165]

Text: [I N D R A] =>
Vector: [0.16462202370166779,0.08990976959466934,0.10723000764846802]

Text: [S O F T W A R E] =>
Vector: [-0.07234477996826172,0.11644162982702255,-0.038789231330156326]

Text: [L A B S ,] =>
Vector: [-0.1453525424003601,0.018323441967368126,0.031416576355695724]

Text: [B a d a j o z ,] =>
Vector: [-0.13164865970611572,0.0015371242770925164,0.03180140256881714]

Text: [S p a i n .] =>
Vector: [-0.10519230365753174,-0.0887126699090004,-0.1271457076072693]

Text: [F e b r u a r y] =>
Vector: [-0.14791066944599152,0.033183496445417404,0.10943146795034409]

Text: [2 0 0 6] =>
Vector: [0.08573637157678604,-0.03737054392695427,0.03932752087712288]

Text: [-] =>
Vector: [0.16549132764339447,0.06478814035654068,0.09235310554504395]

Text: [M a y] =>
Vector: [-0.02747080661356449,0.08888974040746689,-0.11701975017786026]

Text: [2 0 0 6] =>
Vector: [0.08573637157678604,-0.03737054392695427,0.03932752087712288]

Text: [S R .] =>
Vector: [-0.013460338115692139,0.05349119380116463,-0.01143944263458252]

Text: [P r o g r a m m e r] =>
Vector: [-0.10714902728796005,-0.11526123434305191,0.028531095013022423]

Text: [V F I N C A] =>
Vector: [-0.15881317853927612,0.014647980220615864,0.10257947444915771]

Text: [P r o j e c t ,] =>
Vector: [-0.06886798143386841,0.023572266101837158,0.13763116300106049]

Text: [S e c u r i t i e s] =>
Vector: [-0.10045045614242554,0.060691654682159424,-0.08754167705774307]

Text: [a n d] =>
Vector: [-0.12674053013324738,0.09846510738134384,-0.10375533252954483]

Text: [i n v e s t m e n t] =>
Vector: [0.06578264385461807,-0.03946008160710335,0.06529691070318222]

Text: [f u n d s .] =>
Vector: [-0.024603068828582764,0.05574822425842285,-0.10578884929418564]

Text: [D a t a] =>
Vector: [0.07715258747339249,0.14247776567935944,-0.04023520275950432]

Text: [b a s e] =>
Vector: [-0.11336644738912582,-0.11638770252466202,0.1570752114057541]

Text: [a d m i n ,] =>
Vector: [-0.09953304380178452,-0.07994526624679565,-0.09508943557739258]

Text: [J 2 E E] =>
Vector: [0.13123364746570587,-0.10570617765188217,-0.13720695674419403]

Text: [p r o g r a m m e r .] =>
Vector: [-0.15598343312740326,-0.12100253254175186,-0.1361815482378006]

Text: [I N S U R A N C E] =>
Vector: [-0.15738199651241302,-0.03456568717956543,0.0987372174859047]

Text: [I B E R M U T U A M U R] =>
Vector: [0.009182055480778217,0.14719544351100922,-0.05896751210093498]

Text: [I n d r a ,] =>
Vector: [0.06678573042154312,0.0844152569770813,0.16348254680633545]

Text: [T e l e n i u m .] =>
Vector: [-0.09609600156545639,-0.09153679758310318,0.07780998945236206]

Text: [M a d r i d ,] =>
Vector: [0.09262057393789291,-0.06380043178796768,0.049324750900268555]

Text: [S p a i n ,] =>
Vector: [-0.0828564390540123,0.06439689546823502,0.13458453118801117]

Text: [2 0 0 5] =>
Vector: [-0.07676442712545395,0.034008365124464035,-0.0449039526283741]

Text: [-] =>
Vector: [0.16549132764339447,0.06478814035654068,0.09235310554504395]

Text: [J a n u a r y] =>
Vector: [0.05776512622833252,0.10738763958215714,0.08768948167562485]

Text: [2 0 0 6] =>
Vector: [0.08573637157678604,-0.03737054392695427,0.03932752087712288]

Text: [A n a l y s t ,] =>
Vector: [0.15333284437656403,0.061382632702589035,0.012902259826660156]

Text: [D e v e l o p e r .] =>
Vector: [0.052060406655073166,0.07805462926626205,0.08083701133728027]

Text: [I B] =>
Vector: [0.04251464083790779,0.05415141582489014,0.008252481929957867]

Text: [T r a i n i n g] =>
Vector: [-0.02508334256708622,-0.12709154188632965,-0.10666245222091675]

Text: [P r o j e c t :] =>
Vector: [0.1557127833366394,-0.04861946776509285,-0.08849930763244629]

Text: [S y s t e m] =>
Vector: [-0.04772039130330086,0.1394166499376297,-0.09876175969839096]

Text: [u s e r] =>
Vector: [-0.02229595184326172,-0.09660184383392334,0.004543582443147898]

Text: [m u l t i] =>
Vector: [-0.10670045763254166,0.11577647924423218,0.021031120792031288]

Text: [u s e r] =>
Vector: [-0.02229595184326172,-0.09660184383392334,0.004543582443147898]

Text: [m a n a g e m e n t] =>
Vector: [-0.012027840130031109,0.008246302604675293,-0.16607992351055145]

Text: [A n d] =>
Vector: [0.04766958951950073,0.1108132004737854,0.15284907817840576]

Text: [I b e r m u t u a] =>
Vector: [-0.017429092898964882,0.10849807411432266,0.1372644305229187]

Text: [c u s t o m e r s .] =>
Vector: [0.072666466236

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment