From 5deb1799cefe9351b90d3457898990d454d4a4dc Mon Sep 17 00:00:00 2001 From: schneefux Date: Mon, 26 May 2014 23:44:50 -0700 Subject: finalized test --- boot/vocabcompiler.py | 1 - 1 file changed, 1 deletion(-) (limited to 'boot/vocabcompiler.py') diff --git a/boot/vocabcompiler.py b/boot/vocabcompiler.py index 33fb0a8..1d2a51d 100644 --- a/boot/vocabcompiler.py +++ b/boot/vocabcompiler.py @@ -48,7 +48,6 @@ def compile(sentences, dictionary, languagemodel): pass # module probably doesn't have the property words = list(set(words)) - print words # for spotify module words.extend(["MUSIC", "SPOTIFY"]) -- cgit v1.3.1