Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 369 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 369 Bytes

NLP-Pipeline

NLP pipeline implementation using SpaCy

Steps:

  1. Sentence segmentation
  2. Tokenisation
  3. Parts of Speech tagging
  4. Lemmatisation
  5. Stopword removal
  6. Dependency parsing
  7. Noun phrase recognition
  8. Named Entity recognition
  9. Coreference resolution (optional)

NLP Pipeline