mmxgn@3: pip install numpy cython mmxgn@4: git clone https://github.com/huggingface/neuralcoref.git e@0: cd neuralcoref mmxgn@4: git checkout 5857502b3e74f8dae4c5c868b0b75fbfd88a32ae e@0: pip install . e@0: pip install numpy scipy matplotlib pypeg2 spacy sklearn sklearn_crfsuite librosa pandas sox nltk xlwt xlrd selenium soundfile chromedriver e@0: python -m spacy download en e@0: e@0: echo "We will now download and setup the brat annotation software (http://brat.nlplab.org/index.html) from the site's original github (https://github.com/nlplab/brat), please consider visiting the official home page and contributing to the project:" e@0: e@0: cd ../.. e@0: git clone https://github.com/nlplab/brat e@0: cd brat e@0: sh install.sh e@0: rm -rf data e@0: mkdir data e@0: mkdir data/workspace e@0: cd ../demo