annotate 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 |
|
rev |
line source |
mmxgn@3
|
1 pip install numpy cython
|
mmxgn@4
|
2 git clone https://github.com/huggingface/neuralcoref.git
|
e@0
|
3 cd neuralcoref
|
mmxgn@4
|
4 git checkout 5857502b3e74f8dae4c5c868b0b75fbfd88a32ae
|
e@0
|
5 pip install .
|
e@0
|
6 pip install numpy scipy matplotlib pypeg2 spacy sklearn sklearn_crfsuite librosa pandas sox nltk xlwt xlrd selenium soundfile chromedriver
|
e@0
|
7 python -m spacy download en
|
e@0
|
8
|
e@0
|
9 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
|
10
|
e@0
|
11 cd ../..
|
e@0
|
12 git clone https://github.com/nlplab/brat
|
e@0
|
13 cd brat
|
e@0
|
14 sh install.sh
|
e@0
|
15 rm -rf data
|
e@0
|
16 mkdir data
|
e@0
|
17 mkdir data/workspace
|
e@0
|
18 cd ../demo
|