Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 446 Bytes

Practicals Lists.md

File metadata and controls

21 lines (11 loc) · 446 Bytes

Natural-language-processing-NLP ( practical list )

  1. To Perform Text Processing on given Corpus.

  2. To Perform Word Analysis using NLTK.

  3. To Create the Bag-of-word using NLTK

  4. To find N-grams from the corpus.

  5. To perform POS tagging on given Corpus.

  6. To perform IOB tagging on given Corpus.

  7. To perform Text Dependency Parsing.

  8. To Perform NER Tagging

  9. To Perform Text Summarization

  10. To Perform Text Classification