-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreference.txt
71 lines (49 loc) · 1.16 KB
/
reference.txt
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Acronyms
==================
NLP - Natural Language Processing
NER - Named Entity Recognition
PTP - Penn Treebank Project
PoS - Part of Speech
Penn Treebank Parts of Speech:
==================
ling.upenn.edu/courses/Fall_2003/ling001/penn_treebank_pos.html
Gunicorn
==================
gunicorn -b localhost:8000 turingtest.wsgi --log-file -
Postgres
==================
sudo service postgresql start
nltk
==================
sudo pip install -U nltk
python
>>> import nltk
>>> nltk.download()
Downloader> d
Identifier> all
C9
==================
ssh in and go to c9sdk directory, then:
screen
node server.js -a condaatje:c9ttio -w ~
Ctrl-A, d (to get out of screen)
then go to turingtest.io:8181
Nginx
==================
sudo ln -s /etc/nginx/sites-available/turingtest /etc/nginx/sites-enabled/turingtest
sudo nginx
Socket.io
==================
node index.js
turingtest.io:3000
Java
==================
sudo apt-get install default-jre
sudo apt-get install default-jdk
Ant
==================
sudo apt-get install ant
NLP
==================
https://github.com/stanfordnlp/CoreNLP
java -mx4g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer