What does the:
public static SimpleMatrix getNodeVector(Tree tree)
of the RNNCoreAnnotations class return exactly? It is a vector of 25 decimal values, but what do they represent?
It returns the distributed representation of the node, which is a vector. This corresponds to the vectors a, b, c, p1, and p2 in Section 4 of the paper about the work: http://nlp.stanford.edu/pubs/SocherEtAl_EMNLP2013.pdf . It is not easily human interpretable, but a function of it predicts the node's sentiment, as explained in the paper.