mirror of https://github.com/explosion/spaCy.git
* Add load-new-word-vectors method
This commit is contained in:
parent
d8c52560d1
commit
c14be7257e
|
@ -0,0 +1,8 @@
|
|||
- var Meta = {}
|
||||
- Meta.headline = "Tutorial: Load new word vectors"
|
||||
- Meta.description = "Word vectors allow simple similarity queries, and drive many NLP applications. This tutorial explains how to load custom word vectors into spaCy, to make use of task or data-specific representations."
|
||||
- Meta.author_id = "matt"
|
||||
- Meta.date = "2015-09-24"
|
||||
- Meta.url = "/tutorials/load-new-word-vectors"
|
||||
- Meta.active = { "blog": true }
|
||||
- Meta.links = []
|
Loading…
Reference in New Issue