Mercurial > hg > chourdakisreiss2018smc
view demo/build_requirements.sh @ 13:16066f0a7127 tip
fixed the problem with brat
author | Emmanouil Theofanis Chourdakis <e.t.chourdakis@qmul.ac.uk> |
---|---|
date | Sat, 08 Dec 2018 11:02:40 +0000 |
parents | 682bac285498 |
children |
line wrap: on
line source
pip install numpy cython git clone https://github.com/huggingface/neuralcoref.git cd neuralcoref git checkout 5857502b3e74f8dae4c5c868b0b75fbfd88a32ae pip install . pip install numpy scipy matplotlib pypeg2 spacy sklearn sklearn_crfsuite librosa pandas sox nltk xlwt xlrd selenium soundfile chromedriver python -m spacy download en 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:" cd ../.. git clone https://github.com/nlplab/brat cd brat sh install.sh rm -rf data mkdir data mkdir data/workspace cd ../demo