MCPcopy
hub / github.com/codelucas/newspaper / get_stopword_count

Method get_stopword_count

newspaper/text.py:46–47  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

44 self.stop_words = words
45
46 def get_stopword_count(self):
47 return self.stop_word_count
48
49 def set_stopword_count(self, wordcount):
50 self.stop_word_count = wordcount

Callers 4

calculate_best_nodeMethod · 0.45
is_boostableMethod · 0.45
get_siblings_contentMethod · 0.45
get_siblings_scoreMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected