nltk.parse.SteppingShiftReduceParser.remaining_text

SteppingShiftReduceParser.remaining_text()[source]
Returns:The portion of the text that is not yet covered by the stack.
Return type:list(str)