Home | Trees | Index | Help |
|
---|
Package nltk_lite :: Package parse :: Module 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 | |
---|---|
A demonstration of the recursive descent parser. |
Function Details |
---|
demo()A demonstration of the recursive descent parser. |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Sep 5 09:37:20 2006 | http://epydoc.sf.net |