mirror of
https://github.com/explosion/spaCy.git
synced 2025-03-13 07:55:49 +03:00
9 lines
433 B
Plaintext
9 lines
433 B
Plaintext
- var Meta = {}
|
|
- Meta.headline = "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 = []
|