* Add load-new-word-vectors method

This commit is contained in:
Matthew Honnibal 2015-12-01 18:10:44 +01:00
parent d8c52560d1
commit c14be7257e
1 changed files with 8 additions and 0 deletions

View File

@ -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 = []