diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-26 23:44:50 -0700 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-05-26 23:44:50 -0700 |
| commit | 5deb1799cefe9351b90d3457898990d454d4a4dc (patch) | |
| tree | 09f0d7b677dfb4eb5087fd7241336fdc67580a7b /boot/vocabcompiler.py | |
| parent | 546d050fcb1c114ad828593a4133f90f20966268 (diff) | |
| download | jasper-client-5deb1799cefe9351b90d3457898990d454d4a4dc.tar.gz jasper-client-5deb1799cefe9351b90d3457898990d454d4a4dc.zip | |
finalized test
Diffstat (limited to 'boot/vocabcompiler.py')
| -rw-r--r-- | boot/vocabcompiler.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/boot/vocabcompiler.py b/boot/vocabcompiler.py index 33fb0a8..1d2a51d 100644 --- a/boot/vocabcompiler.py +++ b/boot/vocabcompiler.py @@ -48,7 +48,6 @@ def compile(sentences, dictionary, languagemodel): pass # module probably doesn't have the property words = list(set(words)) - print words # for spotify module words.extend(["MUSIC", "SPOTIFY"]) |
