| Home | Trees | Index | Help |
|
|---|
| Package nltk_lite :: Package parse :: Module sr |
|
| Classes | |
|---|---|
ShiftReduce |
A simple bottom-up CFG parser that uses two operations, "shift" and "reduce", to find a single parse for a text. |
SteppingShiftReduce |
A ShiftReduce that allows you to setp through the parsing
process, performing a single operation at a time. |
| Function Summary | |
|---|---|
A demonstration of the shift-reduce parser. | |
| Function Details |
|---|
demo()A demonstration of the shift-reduce parser. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Tue Sep 5 09:37:21 2006 | http://epydoc.sf.net |