You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-5Lines changed: 32 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,13 @@
1
1
# WordVecSpace
2
2
A high performance pure python module that helps in loading and performing operations on word vector spaces created using Google's Word2vec tool.
3
3
4
-
This module has ability to the load data into memory using `WordVecSpaceMem` and it can also support performing operations on the data which is on the disk using `WordVecSpaceAnnoy` and `WordVecSpaceDisk`.
4
+
This module has ability to the load data into memory using `WordVecSpaceMem` and it can also support performing operations on the data which is on the disk using `WordVecSpaceAnnoy` and `WordVecSpaceDisk`.
5
5
6
6
## Installation
7
7
> Prerequisites: >=Python3.5.2
8
8
9
9
```bash
10
+
10
11
$ sudo apt install libopenblas-base # Optional
11
12
$ sudo pip3 install wordvecspace
12
13
```
@@ -21,8 +22,8 @@ word vector space data. Here are two ways to get that.
0 commit comments