Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_tree
Function · 0.80
Calls
1
chunked
Function · 0.85
Tested by
no test coverage detected