From bc83d429880d426151c877adac6fcd6ba12c36ac Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 17 Nov 2013 22:04:14 +0100 Subject: Added stop words files. --- pyaggr3g470r/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyaggr3g470r/utils.py') diff --git a/pyaggr3g470r/utils.py b/pyaggr3g470r/utils.py index 10db7639..398cfab3 100755 --- a/pyaggr3g470r/utils.py +++ b/pyaggr3g470r/utils.py @@ -123,7 +123,7 @@ def load_stop_words(): """ Load the stop words and return them in a list. """ - stop_words_lists = glob.glob('./var/stop_words/*.txt') + stop_words_lists = glob.glob('./pyaggr3g470r/var/stop_words/*.txt') stop_words = [] for stop_wods_list in stop_words_lists: -- cgit