Skip to content

Commit

Permalink
Update analyze_wortsalat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
petra-viola committed Dec 22, 2023
1 parent b95aa0a commit e660a6c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/wortsalat/analyze_wortsalat.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ def analyze_wortsalat (text: str) -> dict:
except ZeroDivisionError:
ergebnis = None


analysis_small = {
"total number of words": num_total_words,
"total number of sentences": num_total_sentences,
Expand Down

0 comments on commit e660a6c

Please sign in to comment.