nltk.parse.SteppingShiftReduceParser.reducible_productions

SteppingShiftReduceParser.reducible_productions()[source]
Returns:A list of the productions for which reductions are available for the current parser state.
Return type:list(Production)