diff options
Diffstat (limited to 'client/vocabcompiler.py')
| -rw-r--r-- | client/vocabcompiler.py | 1 |
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)) |
