If anyone else is wondering what the heck "word embedding" means, it's a natural language processing technique. Here's a nice blog post about it: http://sebastianruder.com/word-embeddings-1/ It can process something like this: king - man + woman = queen Neat-o.
Naturally, every feed-forward neural network that takes words from a vocabulary as input and embeds them as vectors into a lower dimensional space, which it then fine-tunes through back-propagation, necessarily yields word embeddings as the weights of the first layer, which is usually referred to as Embedding Layer.
Naturally.
(Thanks, I believe that it is a great blog post, but I might look elsewhere for an intro ... :)