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

Module nltk_lite.parse.rd

Classes
RecursiveDescent A simple top-down CFG parser that parses texts by recursively expanding the fringe of a Tree, and matching it against a text.
SteppingRecursiveDescent A RecursiveDescent that allows you to step through the parsing process, performing a single operation at a time.

Function Summary
  demo()
A demonstration of the recursive descent parser.

Function Details

demo()

A demonstration of the recursive descent parser.

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