diff --git a/Word_embedding.docx b/Word_embedding.docx index 4bcecc4..22c4e52 100644 Binary files a/Word_embedding.docx and b/Word_embedding.docx differ diff --git a/wordvec.py b/wordvec.py index 439273f..9d6a228 100644 --- a/wordvec.py +++ b/wordvec.py @@ -15,4 +15,5 @@ vec_man = wv['man'] vec_woman = wv['woman'] result = wv.most_similar(positive=(vec_father - vec_man + vec_woman), topn=1) -print(result) \ No newline at end of file +print(result) +