Home | Trees | Indices | Help |
|
---|
|
object --+ | ParseI
A processing class for deriving trees that represent possible structures for a sequence of tokens. These tree structures are known as parses. Typically, parsers are used to derive syntax trees for sentences. But parsers can also be used to derive other kinds of tree structure, such as morphological trees and discourse structures.
|
|||
|
|||
Tree |
|
||
list of Tree
|
|
||
ProbDistI |
|
||
dict
|
|
||
Inherited from |
|
|||
|
Derive a parse tree that represents the structure of the given
sentences words, and return a Tree. If no parse is found, then output
The parsed trees derive a structure for the subtokens, but do not modify them. In particular, the leaves of the subtree should be equal to the list of subtokens.
|
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed May 16 22:47:25 2007 | http://epydoc.sourceforge.net |