diff options
Diffstat (limited to 'client/vocabcompiler.py')
| -rw-r--r-- | client/vocabcompiler.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/vocabcompiler.py b/client/vocabcompiler.py index aba85ce..1ca0d26 100644 --- a/client/vocabcompiler.py +++ b/client/vocabcompiler.py @@ -35,8 +35,6 @@ def compile(sentences, dictionary, languagemodel): for module in modules: words.extend(module.WORDS) - # for spotify module - words.extend(["MUSIC", "SPOTIFY"]) words = list(set(words)) # create the dictionary |
