nltk.SteppingRecursiveDescentParser.frontier

SteppingRecursiveDescentParser.frontier()[source]
Returns:A list of the tree locations of all subtrees that have not yet been expanded, and all leaves that have not yet been matched.
Return type:list(tuple(int))