We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d80d91d commit 8c589b4Copy full SHA for 8c589b4
stop_words/__init__.py
@@ -1,6 +1,6 @@
1
import os
2
3
-__VERSION__ = (2015, 1, 22)
+__VERSION__ = (2015, 1, 31)
4
CURRENT_DIR = os.path.dirname(os.path.realpath(__file__))
5
STOP_WORDS_DIR = os.path.join(CURRENT_DIR, 'stop-words/')
6
STOP_WORDS_CACHE = {}
0 commit comments