Skip to content

Commit

Permalink
Update clean.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-schwoebel authored Aug 6, 2020
1 parent 015c368 commit 14b69b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleaning/text_cleaning/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ def text_clean(cleaning_set, textfile, basedir):
# only load the relevant featuresets for featurization to save memory
if 'clean_summary' in cleaning_sets:
import clean_summary
elif 'clean_textacy' in cleaning_sets:
if 'clean_textacy' in cleaning_sets:
import clean_textacy

################################################
Expand Down

0 comments on commit 14b69b8

Please sign in to comment.