| Home | Trees | Index | Help |
|
|---|
| Package nltk_lite :: Package parse :: Class ParseI |
|
object --+
|
ParseI
AbstractParse,
ChunkParseI| Method Summary | |
|---|---|
Tree
|
Return a parse tree that represents the structure of the sentence. |
dict
|
Return a dictionary mapping from the parse trees for the sentence to numeric scores. |
ProbDistI
|
Return a probability distribution over the parse trees for the sentence. |
Derive a parse tree that represents the structure of the given sentences words, and return a Tree. | |
Inherited from object:
__init__,
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
| |
| Method Details |
|---|
get_parse(self, sent) |
get_parse_list(self, sent)
|
get_parse_probs(self, sent)
|
parse(self, sent)Derive a parse tree that represents the structure of the given
sentences words, and return a Tree. If no parse is found, then output
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Tue Sep 5 09:37:21 2006 | http://epydoc.sf.net |