-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME.txt
182 lines (127 loc) · 8.66 KB
/
README.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
ConText: Network Construction from Texts
===================
ConText supports a) the construction of network data from natural language text data, a process also known as relation extraction and b) the joint analysis of text data and network data.
Contributors:
-------------
**PI:** Jana Diesner <[email protected]>
* Amirhossein Aleyasen <[email protected]>
* Chieh-Li Chin <[email protected]>
* Lan Jiang <[email protected]>
* Ming Jiang <[email protected]>
* Harathi Korrapati <[email protected]>
* Shubhanshu Mishra <[email protected]>
* Siva Ratna Kumari Narisetti
* Nikolaus Nova Parulian <[email protected]>
* Janina Sarol <[email protected]>
* Kiumars Soltani <[email protected]>
* Liang Tao <[email protected]>
(in alphabatical order)
License:
--------
### ConText Application Executable Files
The ConText application executable files (e.g. ConText-X.X.dmg, ConText-X.X-x64.exe, ConText-X.X-x86.exe, ConText.jar, and ConText.zip) are licensed under **GNU General Public License version 3.0 or later** license.
The executable files include the following:
* The application code, packaged into a set of JAR files, plus any other application resources (data files, native libraries)
* A copy of the Zulu OpenJDK with OpenJFX Runtime, to be used by this application only
* A native launcher for the application
* Metadata, such as icons
Copyright (c) 2020 University of Illinois Board of Trustees, All rights reserved. Other copyright statements provided below.
Developed at the iSchool, by Dr. Jana Diesner, Chieh-Li Chin, Amirhossein Aleyasen, Shubhanshu Mishra, Kiumars Soltani, Liang Tao, Ming Jiang, Harathi Korrapati, Nikolaus Nova Parulian, and Lan Jiang.
### U of I Source Codes
The following files are released under **GNU General Public License version 2.0 or later** license:
* All files in directory "build"
* All files in directory "installer"
* All files in directory "logo"
* All files in directory "src"
* .classpath, .project, build.fxbuild, build.xml, mainfest.mf, and train_model.sh
Copyright (c) 2020 University of Illinois Board of Trustees, All rights reserved.
Developed at the iSchool, by Dr. Jana Diesner, Chieh-Li Chin, Amirhossein Aleyasen, Shubhanshu Mishra, Kiumars Soltani, Liang Tao, Ming Jiang, Harathi Korrapati, Nikolaus Nova Parulian, and Lan Jiang.
### Dependencies
The following dependencies are required for the application, and should be used under their licenses.
#### Apache License 2.0:
* Apache: Commons BeanUtils (http://commons.apache.org/proper/commons-beanutils), Commons Codec (http://commons.apache.org/proper/commons-codec/), Commons Collections (http://commons.apache.org/proper/commons-collections), Commons Digester (http://commons.apache.org/proper/commons-digester), Commons IO (http://commons.apache.org/proper/commons-io), Commons JEXL (http://commons.apache.org/proper/commons-jexl), Commons Lang (http://commons.apache.org/proper/commons-lang), Commons Logging (http://commons.apache.org/proper/commons-logging), POI (http://poi.apache.org)
* Apache License 2.0
* Joda-Time:
* http://www.joda.org/joda-time/
* Apache License 2.0
* Jollyday:
* http://jollyday.sourceforge.net/
* Apache License 2.0
* JSONIC:
* https://github.com/hidekatsu-izuno/jsonic
* Apache License 2.0
* language-detection:
* http://code.google.com/p/language-detection/
* Apache License 2.0
* OpenCSV:
* http://opencsv.sourceforge.net/
* Apache license 2.0
* Copyright 2007,2010 Kyle Miller.
* Sentiment Word Clusters
* https://github.com/napsternxg/SentimentWordClusters
* Apache License 2.0
#### GNU License:
* Gephi Toolkit
* http://gephi.org/toolkit/
* GNU General Public License v3.0
* jXLS 1.X:
* http://jxls.sourceforge.net/1.x/index.html
* GNU Lesser General Public License v3.0
* MALLET
* http://mallet.cs.umass.edu
* GNU General Public License v3.0
* McCallum, Andrew Kachites. "MALLET: A Machine Learning for Language Toolkit."
http://mallet.cs.umass.edu. 2002.
* Stanford CoreNLP:
* http://nlp.stanford.edu/software/corenlp.shtml
* GNU General Public License (v3 or later)
* Manning, Christopher D., Surdeanu, Mihai, Bauer, John, Finkel, Jenny, Bethard, Steven J., and McClosky, David. 2014. The Stanford CoreNLP Natural Language Processing Toolkit (http://nlp.stanford.edu/pubs/StanfordCoreNlp2014.pdf). In Proceedings of 52nd Annual Meeting of the Association for Computational Linguistics: System Demonstrations, pp. 55-60. [[pdf](http://nlp.stanford.edu/pubs/StanfordCoreNlp2014.pdf)] [[bib](http://nlp.stanford.edu/pubs/StanfordCoreNlp2014.bib)]
* Stanford Named Entity Recognizer (NER)
* http://nlp.stanford.edu/software/CRF-NER.shtml
* GNU General Public License (v2 or later)
* Note: We are using the following files in the data/Classifiers folder:
english.all.3class.distsim.crf.ser.gz, english.all.3class.distsim.prop,
english.conll.4class.distsim.crf.ser.gz, english.conll.4class.distsim.prop,
english.muc.7class.distsim.crf.ser.gz, english.muc.7class.distsim.prop,
ner-eng-ie.crf-3-all2008-distsim.ser.gz, ner-eng-ie.crf-3-all2008.ser.gz,
ner-eng-ie.crf-4-conll-distsim.ser.gz, ner-eng-ie.crf-4-conll.ser.gz
* Stanford Parser:
* http://nlp.stanford.edu/software/lex-parser.shtml
* GNU General Public License (v2 or later)
* Note: We've removed the following models from stanford-parser-3.4.1-models.jar: arabicFactored.ser.gz, chineseFactored.ser.gz, chinesePCFG.ser.gz, englishRNN.ser.gz, frenchFactored.ser.gz, germanFactored.ser.gz, germanPCFG.ser.gz, wsjRNN.ser.gz
* Dan Klein and Christopher D. Manning. 2003. Accurate Unlexicalized Parsing (http://nlp.stanford.edu/~manning/papers/unlexicalized-parsing.pdf). Proceedings of the 41st Meeting of the Association for Computational Linguistics, pp. 423-430.
* Dan Klein and Christopher D. Manning. 2003. Fast Exact Inference with a Factored Model for Natural Language Parsing (http://www-nlp.stanford.edu/~manning/papers/lex-parser.pdf). In Advances in Neural Information Processing Systems 15 (NIPS 2002), Cambridge, MA: MIT Press, pp. 3-10.
* Marie-Catherine de Marneffe, Bill MacCartney and Christopher D. Manning. 2006. Generating Typed Dependency Parses from Phrase Structure Parses (http://nlp.stanford.edu/pubs/LREC06_dependencies.pdf). In LREC 2006.
* Stanford POS Tagger:
* http://nlp.stanford.edu/software/tagger.shtml
* GNU General Public License (v2 or later)
* Kristina Toutanova, Dan Klein, Christopher Manning, and Yoram Singer. 2003. Feature-Rich Part-of-Speech Tagging with a Cyclic Dependency Network (http://nlp.stanford.edu/~manning/papers/tagging.pdf). In Proceedings of HLT-NAACL 2003, pp. 252-259.
* Subjectivity Lexicon:
* http://mpqa.cs.pitt.edu/lexicons/subj_lexicon/
* GNU General Public License v3.0
* Theresa Wilson, Janyce Wiebe, and Paul Hoffmann (2005). Recognizing Contextual Polarity in Phrase-Level Sentiment Analysis (http://www.cs.pitt.edu/~wiebe/pubs/papers/emnlp05polarity.pdf). Proceedings of HLT/EMNLP-2005.
* Trove:
* http://trove.starlight-systems.com/license
* GNU Lesser General Public License (LGPL) 2.1 or later
* XOM:
* http://www.xom.nu/
* GNU Lesser General Public License (LGPL) 2.1
* Zulu OpenJDK with OpenJFX8
* https://www.azul.com/products/zulu-and-zulu-enterprise/zulu-terms-of-use/
* Certain portions of this software are based on source code from OpenJDK (http://openjdk.java.net/) and licensed under the GNU General Public License version 2 (GPLv2) with the Classpath Exception (http://openjdk.java.net/legal/gplv2+ce.html).
#### Other Licenses:
* D3.js:
* http://d3js.org/
* 3-Clause BSD License(https://github.com/mbostock/d3/blob/master/LICENSE)
* Copyright (c) 2010-2015, Michael Bostock
* MonologFX:
* https://github.com/hecklerm/MonologFX
* MIT License(https://github.com/hecklerm/MonologFX/blob/master/LICENSE.md)
* SecondString:
* http://secondstring.sourceforge.net/
* University of Illinois/NCSA Open Source License (http://secondstring.cvs.sourceforge.net/viewvc/secondstring/secondstring/LICENSE.txt?revision=1.1&view=markup&pathrev=HEAD)
Citing ConText:
-------------
While not a condition of use, the developers would appreciate if you acknowledge its use with a citation:
Diesner, J. (2014). ConText: Software for the Integrated Analysis of Text Data and Network Data. Paper presented at the Social and Semantic Networks in Communication Research. Preconference at Conference of International Communication Association (ICA), Seattle, WA.
Diesner, J., Chin, C., Aleyasen, A., Mishra, S., Soltani, K., Tao, L., Jiang, M., Korrapati, H., Parulian, N., & Jiang, L. (2020). ConText: Network Construction from Texts [Software]. Available from http://context.ischool.illinois.edu/