Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 628 Bytes

File metadata and controls

23 lines (18 loc) · 628 Bytes

Natural-Language-Processing-with-NLTK

NAtural LAnguage processing

Introduction to NLP using NLTK.

♞ 1- NLTK and Python basics

  • importing NLTK and some Libs
  • Python basics, lists, loops, methods, conditionals.
  • Frequency Distributions.
  • Lexical Diversity.

♞ 2- Regular Expression

  • importing Corpus.
  • NLTK search methods.
  • Stemming.
  • Lemmatization.

♞ 3- Processing raw text

  • Beautiful soup and URL opener.
  • Types of Tokenization
  • Usage of Regular Expression with findall().
  • Unicode