python setup.py --editable
python -m spacy download en
or
pip install https://github.com/explosion/spacy-models/releases/download/en_core_web_sm-1.2.0/en_core_web_sm-2.2.0.tar.gz
pip install -v --no-cache-dir --global-option="--cpp_ext" --global-option="--cuda_ext" --force-reinstall git+https://github.com/nvidia/apex.git
allennlp train training_configs/natural_lang/ptb_lm.jsonnet -s result/lm/ptb --include-package lmpl
allennlp train training_configs/iwslt/iwslt14_de_en.jsonnet -s result/iwslt/ --include-package lmpl