pmanion0 / cs224n-pa4

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

Incorporate handling for Document Splits #20

Closed pmanion0 closed 8 years ago

pmanion0 commented 8 years ago

The WindowModel function currently reads through the entire training/scoring data in sequence and doesn't split based on document boundaries -DOCSTART-.

Tasks:

pmanion0 commented 8 years ago

Finished with 82c72a8