Skip to content

Commit

Permalink
Update ns_pipelines/word_count/run.py
Browse files Browse the repository at this point in the history
Co-authored-by: Alejandro de la Vega <[email protected]>
  • Loading branch information
jdkent and adelavega authored Nov 16, 2024
1 parent b6e26b0 commit 08e534a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ns_pipelines/word_count/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def __init__(self, inputs=("text",), input_sources=("pubget", "ace"), square_roo
super().__init__(inputs=inputs, input_sources=input_sources)

def _run(self, all_study_inputs, debug=False):
"""Run the word count extraction pipeline."""
"""Run the word deviance extraction pipeline."""

# Calculate the average word count
total_word_count = 0
Expand Down

0 comments on commit 08e534a

Please sign in to comment.