Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_node
Method · 0.45
is_boostable
Method · 0.45
get_siblings_content
Method · 0.45
get_siblings_score
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected