| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
ChartParserApp
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
CHART_FILE_TYPES =
|
|||
GRAMMAR_FILE_TYPES =
|
|||
_TD_INIT = [TopDownInitRule()]
|
|||
_TD_PREDICT = [TopDownPredictRule()]
|
|||
_BU_RULE = [BottomUpPredictRule()]
|
|||
_BU_LC_RULE = [BottomUpPredictCombineRule()]
|
|||
_FUNDAMENTAL = [SingleEdgeFundamentalRule()]
|
|||
_TD_STRATEGY = _TD_INIT+ _TD_PREDICT+ _FUNDAMENTAL
|
|||
_BU_STRATEGY = _BU_RULE+ _FUNDAMENTAL
|
|||
_BU_LC_STRATEGY = _BU_LC_RULE+ _FUNDAMENTAL
|
|||
|
|||
|
Enter the Tkinter mainloop. This function must be called if this demo is created from a non-interactive program (e.g. from a secript); otherwise, the demo will close as soon as the script completes. |
|
|||
CHART_FILE_TYPES
|
GRAMMAR_FILE_TYPES
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 11 14:39:43 2011 | http://epydoc.sourceforge.net |