From 1c802f6ee791b9b18fbc3ad2791e94e083af3fde Mon Sep 17 00:00:00 2001 From: schneefux Date: Tue, 16 Sep 2014 00:41:54 -0400 Subject: Minor style fixes in vocabcompiler.py --- client/vocabcompiler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/client/vocabcompiler.py b/client/vocabcompiler.py index 9bc34d2..aba85ce 100644 --- a/client/vocabcompiler.py +++ b/client/vocabcompiler.py @@ -34,6 +34,7 @@ def compile(sentences, dictionary, languagemodel): words = [] for module in modules: words.extend(module.WORDS) + # for spotify module words.extend(["MUSIC", "SPOTIFY"]) words = list(set(words)) -- cgit v1.3.1