zseder / hunvec

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

embedding init of word vectors, where the word is not in dataset #67

Closed pajkossy closed 9 years ago

zseder commented 9 years ago

word_tagger_dataset.py has to have another argument vocab, and w2i dictionary has to be set for all the three datasets based upon that

zseder commented 9 years ago

done in #73