nltk.parse.SteppingRecursiveDescentParser.untried_expandable_productions

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