1 / 5

Midterm Review

This review covers key topics in natural language processing, including statistical and symbolic processing, regular expressions, finite state automata, morphology, language modeling, syntax, probabilistic parsing, and machine learning.

juliusl
Download Presentation

Midterm Review

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Midterm Review CS4705 Natural Language Processing

  2. Midterm Review • Statistical v. Symbolic Processing • 80/20 Rule • Regular Expressions • Finite State Automata • Determinism v. non-determinism • (Weighted) Finite State Transducers • Morphology • Word Classes • Inflectional v. Derivational • Affixation, infixation, concatenation • Morphotactics

  3. Morphological parsing • Koskenniemi’s two-level morphology • Porter stemmer • Minimum Edit Distance (Levenshtein) • N-grams • Markov assumption • Chain Rule • Language Modeling • Simple, Adaptive, Class-based (syntax-based), bursty • Smoothing • Add-one, Witten-Bell, Good-Turing • Back-off • Perplexity, Entropy • Maximum Likelihood Estimation

  4. Syntax • Chomsky’s view: Syntax is cognitive reality • Parse Trees • Dependency Structure • Part-of-Speech Tagging • Hand Written Rules v. Statistical v. Hybrid • Brill Tagging • Types of Ambiguity • Context Free Grammars • Top-down v. Bottom-up Derivations • Left Corners • Grammar Equivalence • Normal Forms (CNF)

  5. Probabilistic Parsing • (p)CYK, Earley Parsing • Derivational Probability • Lexicalization • Classification • Supertagging • Machine Learning • Dependent v. Independent variables • Training v. Development Test v. Test sets • Feature Vectors • Metrics • Accuracy • Precision, Recall, F-Measure • Gold Standards

More Related