MCPcopy Index your code
hub / github.com/clips/pattern / chunked

Method chunked

pattern/text/tree.py:944–945  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

942 return self.slice(0, len(self))
943
944 def chunked(self):
945 return chunked(self)
946
947 def constituents(self, pnp=False):
948 """ Returns an in-order list of mixed Chunk and Word objects.

Callers 1

nltk_treeFunction · 0.80

Calls 1

chunkedFunction · 0.85

Tested by

no test coverage detected