Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5a37ca5

Browse files
committed
fix doc typo
1 parent 68234bd commit 5a37ca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ synonyms.nearby(人脸) = (
121121
获得一个词语的向量,该向量为numpy的array,当该词语是未登录词时,抛出 KeyError异常。
122122

123123
```
124-
>>> synonyms.(v("飞机")
124+
>>> synonyms.v("飞机")
125125
array([-2.412167 , 2.2628384 , -7.0214124 , 3.9381874 , 0.8219283 ,
126126
-3.2809453 , 3.8747153 , -5.217062 , -2.2786229 , -1.2572327 ],
127127
dtype=float32)

0 commit comments

Comments
 (0)