Skip to content

Commit

Permalink
fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hailiang-wang committed Sep 21, 2018
1 parent 68234bd commit 5a37ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ synonyms.nearby(人脸) = (
获得一个词语的向量,该向量为numpy的array,当该词语是未登录词时,抛出 KeyError异常。

```
>>> synonyms.(v("飞机")
>>> synonyms.v("飞机")
array([-2.412167 , 2.2628384 , -7.0214124 , 3.9381874 , 0.8219283 ,
-3.2809453 , 3.8747153 , -5.217062 , -2.2786229 , -1.2572327 ],
dtype=float32)
Expand Down

0 comments on commit 5a37ca5

Please sign in to comment.