MCPcopy 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

_readFunction · 0.85
updateMethod · 0.45
splitMethod · 0.45

Tested by

no test coverage detected