mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-12 04:38:28 +03:00
* Add meta.jade for sense2vec post
This commit is contained in:
parent
bc9a31df3e
commit
ceb87e6b14
7
website/src/jade/blog/sense2vec-reddit/meta.jade
Normal file
7
website/src/jade/blog/sense2vec-reddit/meta.jade
Normal file
|
@ -0,0 +1,7 @@
|
|||
- var Meta = {}
|
||||
- Meta.author_id = "matt"
|
||||
- Meta.headline = "Analysing the Reddit hivemind with sense2vec, using spaCy and Gensim"
|
||||
- Meta.description = "If you were doing text analytics in 2015, you were probably using word2vec. Sense2vec is a new twist on word2vec that lets you learn more ineresting, detailed and context-sensitive word vectors. This post motivates the idea, introduces our implementation, and comes with an interactive demo that we've found surprisingly addictive."
|
||||
- Meta.date = "2016-02-15"
|
||||
- Meta.url = "/blog/sense2vec-with-spacy"
|
||||
- Meta.links = []
|
Loading…
Reference in New Issue
Block a user