-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathINSTALL.txt
More file actions
33 lines (32 loc) · 1.18 KB
/
INSTALL.txt
File metadata and controls
33 lines (32 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
* Download Stanford CoreNLP to the current directory: https://stanfordnlp.github.io/CoreNLP/
* Follow the instructions at http://polyglot.readthedocs.io/en/latest/Installation.html to install Polyglot
* In the current directory, run:
cd stanford-corenlp-full-2017-06-09
wget http://nlp.stanford.edu/software/stanford-english-corenlp-2017-06-09-models.jar
wget http://downloads.gate.ac.uk/twitie/gate-EN-twitter.model
cd ..
polyglot download embeddings2.en ner2.en
git clone https://github.com/aritter/twitter_nlp.git
git clone git clone https://github.com/mit-nlp/MITIE.git
cd MITIE
make MITIE-models
cd mitielib
make
cd ../..
git clone https://github.com/georgercooper/TwitterNER.git
git clone https://github.com/percyliang/brown-cluster.git
cd brown-cluster
make
cd ..
git clone https://github.com/ninjin/clark_pos_induction.git
cd clark_pos_induction/src
make
cd ../..
virtualenv venv
source venv/bin/activate
pip install -U spacy gensim scikit-learn matplotlib seaborn sklearn-crfsuite jupyter joblib nltk
python -m nltk.downloader all
python -m spacy download en
wget http://nlp.stanford.edu/data/glove.twitter.27B.zip
unzip glove.twitter.27B.zip
wget http://www.cs.cmu.edu/~ark/TweetNLP/clusters/50mpaths2