Commit ·
c16ac24
1
Parent(s): f5c594f
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,6 +14,7 @@ This model is build for [bnlp](https://github.com/sagorbrur/bnlp) package.
|
|
| 14 |
- Word2Vec word embedding dimension = 100, min_count=5, window=5, epochs=10
|
| 15 |
|
| 16 |
## Usage
|
|
|
|
| 17 |
- Generate Vector using pretrain model
|
| 18 |
|
| 19 |
```py
|
|
|
|
| 14 |
- Word2Vec word embedding dimension = 100, min_count=5, window=5, epochs=10
|
| 15 |
|
| 16 |
## Usage
|
| 17 |
+
- `pip install -U bnlp_toolkit`
|
| 18 |
- Generate Vector using pretrain model
|
| 19 |
|
| 20 |
```py
|