├── 1_process.py ├── 2_jieba_participle.py ├── 3_train_word2vec_model.py ├── 4_model_match.py ├── README.md ├── cmd.txt └── word2vec.pdf /1_process.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AimeeLee77/wiki_zh_word2vec/HEAD/1_process.py -------------------------------------------------------------------------------- /2_jieba_participle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AimeeLee77/wiki_zh_word2vec/HEAD/2_jieba_participle.py -------------------------------------------------------------------------------- /3_train_word2vec_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AimeeLee77/wiki_zh_word2vec/HEAD/3_train_word2vec_model.py -------------------------------------------------------------------------------- /4_model_match.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AimeeLee77/wiki_zh_word2vec/HEAD/4_model_match.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AimeeLee77/wiki_zh_word2vec/HEAD/README.md -------------------------------------------------------------------------------- /cmd.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AimeeLee77/wiki_zh_word2vec/HEAD/cmd.txt -------------------------------------------------------------------------------- /word2vec.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/AimeeLee77/wiki_zh_word2vec/HEAD/word2vec.pdf --------------------------------------------------------------------------------