Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 584 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 584 Bytes

NLP-Cookbook

Recipies of NLP problems could be found here-

  1. NER Tagging.
  2. Spelling Correction.
  3. GloVe for generating word vector.
  4. Gensim with WMD Distance
  5. Multi-Label Classification using a LSTM Network and using GloVe pretrained vectors.
  6. Text summarization using Gensim
  7. Custom NER Tagging with New Entities