This gists contains my terminal setup on Ubuntu 16.04 which includes:
- ZSH
- Oh-my-zsh
- Terminator (optional, also work with gnome-terminal)
- Powerline symbols
height: 600 | |
license: mit | |
acknowledgement: Please add "Nadieh Bremer | Visual Cinnamon" to your credit when re-using this code, thank you! |
import json | |
import urlparse | |
from itertools import chain | |
flatten = chain.from_iterable | |
from nltk import word_tokenize | |
from gensim.corpora import Dictionary | |
from gensim.models.ldamodel import LdaModel | |
from gensim.models.tfidfmodel import TfidfModel |
Install Package Control for easy package management.
Ctrl+`