MCPcopy
hub / github.com/nltk/nltk / frontier

Method frontier

nltk/parse/recursivedescent.py:421–428  ·  view source on GitHub ↗

:return: A list of the tree locations of all subtrees that have not yet been expanded, and all leaves that have not yet been matched. :rtype: list(tuple(int))

(self)

Source from the content-addressed store, hash-verified

419 return self._rtext
420
421 def frontier(self):
422 """
423 :return: A list of the tree locations of all subtrees that
424 have not yet been expanded, and all leaves that have not
425 yet been matched.
426 :rtype: list(tuple(int))
427 """
428 return self._frontier
429
430 def tree(self):
431 """

Callers 5

_highlight_nodesMethod · 0.80
_expandMethod · 0.80
_matchMethod · 0.80
_backtrackMethod · 0.80
_prodlist_selectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected