nltk.parse.SteppingRecursiveDescentParser.expandable_productions

SteppingRecursiveDescentParser.expandable_productions()[source]
Returns:A list of all the productions for which expansions are available for the current parser state.
Return type:list(Production)