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

Method terms

pattern/vector/__init__.py:1319–1322  ·  view source on GitHub ↗

Yields a list of all terms, identical to LSA.model.vector.keys().

(self)

Source from the content-addressed store, hash-verified

1317
1318 @property
1319 def terms(self):
1320 """ Yields a list of all terms, identical to LSA.model.vector.keys().
1321 """
1322 return self._terms.values()
1323
1324 features = words = terms
1325

Callers

nothing calls this directly

Calls 1

valuesMethod · 0.45

Tested by

no test coverage detected