zseder / hunvec

Sequential Tagging in NLP using neural networks
5 stars 4 forks source link

unknown word's vector #79

Closed zseder closed 9 years ago

zseder commented 9 years ago

possibly the vector belonging to unknown word (-1) is the same as for the last word, because of python indexing. The new vocab size should be vocab+1, and then they won't collide

zseder commented 9 years ago

fixed in #81