second problem set code of cs224d NLP of stanford class
To run Named Entity Recognition model just import the whole project into your ide
and click into the q2_NER.py file , run as python.run
when you will execute the ner model trainning
To run the linear classifier model
click into the tf_classifier.py file , run as python.run
then you will execute the linear classifier model with softmax regression in the random generalize number set
.
To run the language model
you should click into q3_rnnlm.py