corrections 1

This commit is contained in:
higepi 2022-10-04 19:16:08 +02:00
parent 3d06ffd314
commit b6028c55bd
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View file

@ -16,3 +16,4 @@ vec_woman = wv['woman']
result = wv.most_similar(positive=(vec_father - vec_man + vec_woman), topn=1)
print(result)