Home | Trees | Index | Help |
|
---|
Package nltk_lite :: Package parse :: Class AbstractParse |
|
object
--+ |ParseI
--+ | AbstractParse
BottomUpChartParse
,
ChartParse
,
EarleyChartParse
,
RecursiveDescent
,
RegexpChunk
,
ShiftReduce
,
ViterbiParse
AbstractParse
provides a default implementation for:
parse
(based on
get_parse
)
get_parse_list
(based on
get_parse
)
get_parse
(based on
get_parse_list
)
get_parse
or
get_parse_list
(or both), to avoid infinite recursion.
Method Summary | |
---|---|
Construct a new parser. | |
get_parse(self,
token)
| |
get_parse_list(self,
token)
| |
grammar(self)
| |
parse(self,
token)
| |
Inherited from ParseI :
get_parse_probs
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|
Method Details |
---|
__init__(self)
Construct a new parser.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Tue Sep 5 09:37:21 2006 | http://epydoc.sf.net |