MCPcopy Create free account
hub / github.com/clips/pattern / get

Method get

pattern/text/en/wordnet/__init__.py:415–416  ·  view source on GitHub ↗
(self, k, *args, **kwargs)

Source from the content-addressed store, hash-verified

413 def __getitem__(self, k):
414 return Sentiment.__getitem__(self, normalize(k))
415 def get(self, k, *args, **kwargs):
416 return Sentiment.get(self, normalize(k), *args, **kwargs)
417
418 def assessments(self, words=[], negation=True):
419 raise NotImplementedError

Callers 15

find_tagsMethod · 0.45
find_tagsMethod · 0.45
find_tagsMethod · 0.45
countFunction · 0.45
information_contentFunction · 0.45
map32Function · 0.45
__getitem__Method · 0.45
parole2penntreebankFunction · 0.45
find_tagsMethod · 0.45
normalizeFunction · 0.45
stts2penntreebankFunction · 0.45
find_tagsMethod · 0.45

Calls 1

normalizeFunction · 0.70

Tested by

no test coverage detected