monikkinom / ner-lstm

Named Entity Recognition using multilayered bidirectional LSTM
540 stars 183 forks source link

Corpus File #9

Closed nishug001 closed 7 years ago

nishug001 commented 7 years ago

While running wordvec_model.py file, Which file should I pass as corpus file :- parser.add_argument('--corpus', type=str, help='corpus location', required=True) ?

shreenibhar commented 7 years ago

A corpus file consists of a huge text file with random sentences in a continuous fashion. Try getting some corpus for raining word2vec from google.