diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-03 13:44:56 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-03 13:44:56 +0200 |
| commit | c263709078c096faef891502e06cc9e9ade65777 (patch) | |
| tree | 3cc100c2390db9d9db9b49d24c053234e98f683f /client/vocabcompiler.py | |
| parent | 5da45db2bd435c249229b816a1c68ff520c54c7a (diff) | |
| parent | 66264fa47e264e2518abaaad5f44424c1c2e0864 (diff) | |
| download | jasper-client-c263709078c096faef891502e06cc9e9ade65777.tar.gz jasper-client-c263709078c096faef891502e06cc9e9ade65777.zip | |
Merge pull request #209 from Holzhaus/musicmode-as-module
Musicmode as module
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 |
