summaryrefslogtreecommitdiff
path: root/client/vocabcompiler.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-09-16 00:41:54 -0400
committerschneefux <schneefux+commit@schneefux.xyz>2014-09-16 00:41:54 -0400
commit1c802f6ee791b9b18fbc3ad2791e94e083af3fde (patch)
tree5d7fe9b374a1682e32ea8b5e5e5f393996c91178 /client/vocabcompiler.py
parent560c9d2b076c759829a15a155bc821de5d9e48ba (diff)
downloadjasper-client-1c802f6ee791b9b18fbc3ad2791e94e083af3fde.tar.gz
jasper-client-1c802f6ee791b9b18fbc3ad2791e94e083af3fde.zip
Minor style fixes in vocabcompiler.py
Diffstat (limited to 'client/vocabcompiler.py')
-rw-r--r--client/vocabcompiler.py1
1 files changed, 1 insertions, 0 deletions
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))