Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ load
Method
load
pattern/text/__init__.py:230–232 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
228
self.entities = Entities(self, path=entities, tag=NNP)
229
230
def
load(self):
231
# Arnold NNP x
232
dict.update(self, (x.split(
" "
)[:2]
for
x in _read(self._path)))
233
234
@property
235
def
path(self):
Callers
nothing calls this directly
Calls
3
_read
Function · 0.85
update
Method · 0.45
split
Method · 0.45
Tested by
no test coverage detected