-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper_links.txt
47 lines (32 loc) · 1.22 KB
/
paper_links.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
PAPERS:
Character Role Assignment:
(Russian Folklore matrix thing)
http://digm.drexel.edu/jzhu/publications/Valls_INT6_roleAssignment.pdf
(Book Characters)
http://acl2014.org/acl2014/P14-1/pdf/P14-1035.pdf
(Film Characters)
https://www.cs.cmu.edu/~dbamman/pubs/pdf/bamman+oconnor+smith.acl13.pdf
Network Papers:
(Shakespeare Sentiment Networks)
http://www.cs.lehigh.edu/~baird/Pubs/icdar2013_nalisnick.pdf
(Fiction Social Network Extraction)
http://www1.cs.columbia.edu/~delson/pubs/ACL2010-ElsonDamesMcKeown.pdf
(Network sentiment analysis - general)
http://infolab.stanford.edu/~west1/pubs/West-Paskov-Leskovec-Potts_TACL-14.pdf
PAPERS ABOUT LDA:
(original Blei LDA paper)
http://machinelearning.wustl.edu/mlpapers/paper_files/BleiNJ03.pdf
(different approach for finding optimal number of topics)
http://link.springer.com/chapter/10.1007/978-3-642-13657-3_43
----------------------------------------------------------------
RESOURCES:
(Clustering tutorial - heavily used)
http://brandonrose.org/clustering#Stopwords,-stemming,-and-tokenizing
(LDA topic blog post)
http://blog.cigrainger.com/2014/07/lda-number.html
----------------------------------------------------------------
TOOLS:
- Book-NLP
- NLTK
- Gensim
- scikit-learn