diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-30 20:14:17 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-01 14:15:46 +0200 |
| commit | d378caee59df005e94ba6f891976ceb64c2a48d2 (patch) | |
| tree | a3c292056645e40d1385ae2a1939025554234206 /client/vocabcompiler.py | |
| parent | 2bcceb3fe037355dbdfdc46ffbd036c7f719a7bf (diff) | |
| download | jasper-client-d378caee59df005e94ba6f891976ceb64c2a48d2.tar.gz jasper-client-d378caee59df005e94ba6f891976ceb64c2a48d2.zip | |
Remove music mode
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 |
