Home | Trees | Indices | Help |
|
---|
|
object --+ | api.ParserI --+ | EarleyChartParser
A chart parser implementing the Earley parsing algorithm:
EarleyChartParser
uses a lexicon to decide whether a leaf has a given part
of speech. This lexicon is encoded as a dictionary that maps each word
to a list of parts of speech that word can have.
|
|||
|
|||
|
|||
|
|||
list of Tree
|
|
||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|||
Deprecated | |||
---|---|---|---|
Inherited from |
|
|||
_trace_chart_width = 40 The default total width reserved for the chart in trace output. |
|
|||
_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 |
|
Create a new Earley chart parser, that uses
|
|
|
|
|
_trace_chart_widthThe default total width reserved for the chart in trace output. The remainder of each line will be used to display edges.
|
|
_predictor_classThe 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_classThe 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_classThe classes that are used to implement the three rules used by the Earley algorithm, Replacement rules can be specified by subclasses (such as FeatureEarleyChartParser).
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:56 2008 | http://epydoc.sourceforge.net |