pmanion0 / cs224n-pa4

GitHub repository for CS224n's PA4 - Neural Network for Named Entity Recognition
0 stars 0 forks source link

Move idsToWordVector and targetToVector from WindowModel to WordMap #24

Open pmanion0 opened 8 years ago

pmanion0 commented 8 years ago

The two functions idsToWordVector and targetToVector would fit better in WordMap (and get unit tests). They also have bad names.

Tasks: