HirofumiYashima-no-MacBook:doc2vec_amended hirofumiyashima$ python Python 3.5.2 (default, Jul 23 2016, 14:25:12) [GCC 4.2.1 Compatible Apple LLVM 7.3.0 (clang-703.0.31)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>> >>> import gensim >>> >>> sentences = [ ... ['human', 'interface', 'computer'], #0 ... ['survey', 'user', 'computer', 'system', 'response', 'time

