|
I have read some of the papers like collobert(2008) where a number of words itself are represented as feature of words. Can you please make clear how are those feature vectors look like and how those features helps to increase the accuracy in prediction? Some example or explanation in reference to this paper would be really appreciable. |
|
You can visualize these embeddings and download them from Joseph Turian's page on word representations. There is also a link to a github project with code to embed these in conditional random fields. |