Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ values
Method
values
pattern/text/search.py:242–243 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
240
def
keys(self):
241
return
list(self.iterkeys())
242
def
values(self):
243
return
list(self.itervalues())
244
def
items(self):
245
return
list(self.iteritems())
246
Callers
15
iteritems
Method · 0.95
suffixes
Function · 0.45
count
Method · 0.45
information_gain
Method · 0.45
__init__
Method · 0.45
terms
Method · 0.45
all
Method · 0.45
init_state
Method · 0.45
flatten
Method · 0.45
adjacency
Function · 0.45
brandes_betweenness_centrality
Function · 0.45
normalize
Function · 0.45
Calls
1
itervalues
Method · 0.95
Tested by
2
test_cooccurrence
Method · 0.36
test_histogram
Method · 0.36