Home | Trees | Index | Help |
|
---|
Package nltk_lite :: Package parse :: Module chart :: Class ChartParse |
|
object
--+ |ParseI
--+ |AbstractParse
--+ | ChartParse
SteppingChartParse
ChartRules
, is used to decide what edges to
add to the chart. In particular, ChartParse
uses the
following algorithm to parse texts:
Method Summary | |
---|---|
Create a new chart parser, that uses grammar to parse
texts. | |
get_parse_list(self,
tokens,
tree_class)
| |
Inherited from AbstractParse :
get_parse ,
grammar ,
parse
Inherited from ParseI :
get_parse_probs
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
Method Details |
---|
__init__(self,
grammar,
strategy,
trace=0)
Create a new chart parser, that uses |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Sep 5 09:37:21 2006 | http://epydoc.sf.net |