Package nltk_lite :: Package parse :: Module sr
[show private | hide private]
[frames | no frames]

Module nltk_lite.parse.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
  demo()
A demonstration of the shift-reduce parser.

Function Details

demo()

A demonstration of the shift-reduce parser.

Generated by Epydoc 2.1 on Tue Sep 5 09:37:21 2006 http://epydoc.sf.net