Update README.md
Browse files
README.md
CHANGED
@@ -13,7 +13,7 @@ language:
|
|
13 |
<table style="width:100%;height:100%">
|
14 |
<tr>
|
15 |
<td colspan=2>
|
16 |
-
<h2>Word2Vec</h2>
|
17 |
</td>
|
18 |
</tr>
|
19 |
<tr style="width:100%;height:100%">
|
@@ -31,7 +31,7 @@ language:
|
|
31 |
|
32 |
```python
|
33 |
from gensim.models import Word2Vec
|
34 |
-
model = Word2Vec.load("
|
35 |
examples = [
|
36 |
("dim", "zavesa"),
|
37 |
("staklo", "zavesa"),
|
|
|
13 |
<table style="width:100%;height:100%">
|
14 |
<tr>
|
15 |
<td colspan=2>
|
16 |
+
<h2>Word2Vec Sr</h2>
|
17 |
</td>
|
18 |
</tr>
|
19 |
<tr style="width:100%;height:100%">
|
|
|
31 |
|
32 |
```python
|
33 |
from gensim.models import Word2Vec
|
34 |
+
model = Word2Vec.load("TeslaSG")
|
35 |
examples = [
|
36 |
("dim", "zavesa"),
|
37 |
("staklo", "zavesa"),
|