MCPcopy Index your code
hub / github.com/clips/pattern / infinitives

Method infinitives

pattern/text/__init__.py:1346–1351  ·  view source on GitHub ↗

Yields a dictionary of (infinitive, [inflections])-items.

(self)

Source from the content-addressed store, hash-verified

1344
1345 @property
1346 def infinitives(self):
1347 """ Yields a dictionary of (infinitive, [inflections])-items.
1348 """
1349 if dict.__len__(self) == 0:
1350 self.load()
1351 return self
1352
1353 @property
1354 def inflections(self):

Callers

nothing calls this directly

Calls 2

loadMethod · 0.95
__len__Method · 0.45

Tested by

no test coverage detected