Home | Trees | Indices | Help |
|
---|
|
object --+ | api.ParserI --+ | EarleyChartParser --+ | FeatureEarleyChartParser
A chart parser implementing the Earley parsing algorithm, allowing nonterminals that have features (known as FeatStructNonterminals). See EarleyChartParser for more details.
|
|||
_predictor_class The classes that are used to implement the three rules used by the Earley algorithm, Replacement rules can be specified by subclasses (such as FeatureEarleyChartParser). |
|||
_completer_class The classes that are used to implement the three rules used by the Earley algorithm, Replacement rules can be specified by subclasses (such as FeatureEarleyChartParser). |
|||
_scanner_class The classes that are used to implement the three rules used by the Earley algorithm, Replacement rules can be specified by subclasses (such as FeatureEarleyChartParser). |
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|||
Deprecated | |||
---|---|---|---|
Inherited from |
|
|||
_trace_chart_width = 10 The default total width reserved for the chart in trace output. |
|
|||
Inherited from |
|
Return a 'starter edge' that expands to the start symbol.
|
Return a list of parses in the given chart.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:56 2008 | http://epydoc.sourceforge.net |