corrections 1
This commit is contained in:
parent
3d06ffd314
commit
b6028c55bd
2 changed files with 2 additions and 1 deletions
Binary file not shown.
|
@ -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)
|
||||
print(result)
|
||||
|
||||
|
|
Loading…
Reference in a new issue