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

Method inflections

pattern/text/__init__.py:1354–1359  ·  view source on GitHub ↗

Yields a dictionary of (inflected, infinitive)-items.

(self)

Source from the content-addressed store, hash-verified

1352
1353 @property
1354 def inflections(self):
1355 """ Yields a dictionary of (inflected, infinitive)-items.
1356 """
1357 if dict.__len__(self) == 0:
1358 self.load()
1359 return self._inverse
1360
1361 @property
1362 def TENSES(self):

Callers

nothing calls this directly

Calls 2

loadMethod · 0.95
__len__Method · 0.45

Tested by

no test coverage detected