nltk.parse.SteppingRecursiveDescentParser.remaining_text

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