Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ keys
Method
keys
pattern/text/search.py:240–241 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
238
return
itertools.izip(self.keys(), self.values())
239
240
def
keys(self):
241
return
list(self.iterkeys())
242
def
values(self):
243
return
list(self.itervalues())
244
def
items(self):
Callers
15
iteritems
Method · 0.95
count
Function · 0.45
character_ngrams
Function · 0.45
features
Method · 0.45
features
Method · 0.45
terms
Method · 0.45
save
Method · 0.45
export
Method · 0.45
cluster
Method · 0.45
__call__
Method · 0.45
__init__
Method · 0.45
classes
Method · 0.45
Calls
1
iterkeys
Method · 0.95
Tested by
7
test_crawler_breadth
Method · 0.36
test_cooccurrence
Method · 0.36
test_model
Method · 0.36
test_frequent_concept_sets
Method · 0.36
test_lsa
Method · 0.36
test_partition
Method · 0.36
test_odict
Method · 0.36