Commit
·
1b5c4d6
1
Parent(s):
e7d0170
Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,6 @@ git clone [email protected]:ipipan/nlpre_spacy_ud_fasttext_nkjp-by-type
|
|
18 |
```
|
19 |
import spacy
|
20 |
|
21 |
-
model_name = './nlpre_spacy_ud_fasttext_nkjp-by-type'
|
22 |
model = spacy.load(model_name)
|
23 |
```
|
|
|
18 |
```
|
19 |
import spacy
|
20 |
|
21 |
+
model_name = './nlpre_spacy_ud_fasttext_nkjp-by-type/model-best'
|
22 |
model = spacy.load(model_name)
|
23 |
```
|