Word embeddings map each lemma or token into a high-dimensional vector space. The implementation here uses a 300-dimensional space. Only available with the spaCy parser.
cnlp_get_vector(annotation)
an annotation object
Returns a matrix containing one row for every triple found
in the corpus, or NULL
if not embeddings are present
Pennington, Jeffrey, Richard Socher, and Christopher D. Manning. "Glove: Global Vectors for Word Representation." EMNLP. Vol. 14. 2014.