1 / 4

ICS 482 Natural Language Processing SLR Parsing

ICS 482 Natural Language Processing SLR Parsing. Muhammed Al-Mulhem March 1, 2009. CFG. Consider the following Context Free Grammar (CFG). 0) S’  S 1) S  LS 2) S  e 3) L  a 4) L  c 5) L  g 6) L  u 7) L  aSu 8) L  uSa 9) L  cSg 10) L  gSc

akasma
Télécharger la présentation

ICS 482 Natural Language Processing SLR Parsing

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. ICS 482Natural Language ProcessingSLR Parsing Muhammed Al-Mulhem March 1, 2009 Dr. Muhammed Al-Mulhem

  2. CFG • Consider the following Context Free Grammar (CFG). 0) S’  S 1) S  LS 2) S  e 3) L  a 4) L  c 5) L  g 6) L  u 7) L  aSu 8) L  uSa 9) L  cSg 10) L  gSc 11) L  gSu 12) L  uSg Dr. Muhammed Al-Mulhem

  3. String • One possible parse tree for the string gugagccaug • is the following: Dr. Muhammed Al-Mulhem

  4. Parse Tree Dr. Muhammed Al-Mulhem

More Related