| Home | Trees | Indices | Help |
|
|---|
|
|
Extension of chart parsing implementation to handle grammars with feature structures as nodes.
|
|||
|
FeatureTreeEdge A specialized tree edge that allows shared variable bindings between nonterminals on the left-hand side and right-hand side. |
|||
|
FeatureChart A Chart for feature grammars. |
|||
|
FeatureFundamentalRule A specialized version of the fundamental rule that operates on nonterminals whose symbols are FeatStructNonterminals.
|
|||
|
FeatureSingleEdgeFundamentalRule A specialized version of the completer / single edge fundamental rule that operates on nonterminals whose symbols are FeatStructNonterminals.
|
|||
| FeatureTopDownInitRule | |||
|
FeatureTopDownPredictRule A specialized version of the (cached) top down predict rule that operates on nonterminals whose symbols are FeatStructNonterminals.
|
|||
| FeatureBottomUpPredictRule | |||
| FeatureBottomUpPredictCombineRule | |||
| FeatureEmptyPredictRule | |||
| FeatureChartParser | |||
| FeatureTopDownChartParser | |||
| FeatureBottomUpChartParser | |||
| FeatureBottomUpLeftCornerChartParser | |||
|
InstantiateVarsChart A specialized chart that 'instantiates' variables whose names start with '@', by replacing them with unique new variables. |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
TD_FEATURE_STRATEGY = [LeafInitRule(), FeatureTopDownInitRule(
|
|||
BU_FEATURE_STRATEGY = [LeafInitRule(), FeatureEmptyPredictRule
|
|||
BU_LC_FEATURE_STRATEGY = [LeafInitRule(), FeatureEmptyPredictR
|
|||
|
|||
TD_FEATURE_STRATEGY
|
BU_FEATURE_STRATEGY
|
BU_LC_FEATURE_STRATEGY
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 11 14:39:42 2011 | http://epydoc.sourceforge.net |