pmanion0 / cs224n-pa4

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

Turn Word Vector Case Sensitivity into a Parameter #18

Closed pmanion0 closed 8 years ago

pmanion0 commented 8 years ago

Current, the FeatureFactory functions just always lowercase the initializeVocab words and getWordToNum, but this should be more transparent as a feature. This will also enable us to test on word vectors that are case sensitive.

pmanion0 commented 8 years ago

Implemented this in 7a1f563