summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-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))