Topic outline

  • General

  • Introduction to NLP

    • What is NLP?
    • NLP Applications
    • How does NLP work?
    • NLP techniques
    • Libraries and Frameworks for NLP
  • Preprocessing & Text Enconding

    • Character Encoding
    • Text Segmentation
    • Text Cleaning
    • Tokenization
    • Text Encoding (Feature extraction)
    • Corpora & Datasets
    • Exploratory Data Analysis
  • Morphological Analysis

    • Word formatting
    • Inflection
    • Derivation
    • Stemming
    • Lemmatization
    • POS tagging
  • Syntactic Analysis

    • Syntax, Grammar, Parser
    • Approaches
    • Syntax Tree
    • Constituency parsing
    • Dependency parsing
  • Topic 5

  • Semantic Analysis

    • Parts of semantic analysis
    • Approaches
    • Main semantic tasks
    • Semantic units
    • Meaning representation
  • Language modeleing & NLP evaluation

    • N-Gram language model
    • NLP evaluation
      • Classification
      • Text generation
  • Labs