diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-16 00:41:54 -0400 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-16 00:41:54 -0400 |
| commit | 1c802f6ee791b9b18fbc3ad2791e94e083af3fde (patch) | |
| tree | 5d7fe9b374a1682e32ea8b5e5e5f393996c91178 /client | |
| parent | 560c9d2b076c759829a15a155bc821de5d9e48ba (diff) | |
| download | jasper-client-1c802f6ee791b9b18fbc3ad2791e94e083af3fde.tar.gz jasper-client-1c802f6ee791b9b18fbc3ad2791e94e083af3fde.zip | |
Minor style fixes in vocabcompiler.py
Diffstat (limited to 'client')
| -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)) |
