Minor cosmetic in code golf
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
import re, string, sys
|
import re, string, sys
|
||||||
|
|
||||||
stops = set(open("../stop_words.txt").read().split(",") + list(string.ascii_lowercase))
|
stops = set(open("../stop_words.txt").read().split(",") + list(string.ascii_lowercase))
|
||||||
|
|||||||
Reference in New Issue
Block a user