diff options
| -rwxr-xr-x | quality_check.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/quality_check.py b/quality_check.py index 6b55432..a3d27a0 100755 --- a/quality_check.py +++ b/quality_check.py @@ -7,7 +7,7 @@ textfile = sys.argv[1]  # use example: ./quality_check.py text/ffmpeg_2.txt -non_words = "\n,.;!?'" +non_words = "\n,.;!?'-"  ge_dict = enchant.Dict('de_DE')  def word_ratio(words):  | 
