You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
help="Select one or more languages to download. Each model JAR is fetched from Maven Central and registered in the corenlp_models data table. Downloads are large (tens to hundreds of MB each) and may take several minutes.">
22
23
<optionvalue="ar">Arabic</option>
23
24
<optionvalue="zh">Chinese</option>
24
25
<optionvalue="en"selected="true">English</option>
@@ -77,8 +78,8 @@ Usage
77
78
3. Run the data manager
78
79
4. The model JARs will be downloaded from Maven Central and registered in the data table
79
80
80
-
The language models are large files (typically 100-500 MB each), so downloading
81
-
multiple models may take several minutes depending on your connection speed.
81
+
The language models are large files (from ~80 MB up to several hundred MB each), so
82
+
downloading multiple models may take several minutes depending on your connection speed.
help="Which installed CoreNLP language model to use. Models are installed by an administrator via the Stanford CoreNLP Language Models data manager (Admin > Local Data). Full annotation is available for English, Chinese, French, German, Italian, and Spanish; Arabic and Hungarian support segmentation only.">
help="Which CoreNLP annotators to run. Selections are cumulative: each option also runs the annotators it depends on. NER and parsing require an English, Chinese, French, German, Italian, or Spanish model; coreference requires English or Chinese (plus the common models); sentiment requires English.">
98
101
<optionvalue="tokenize"selected="true">Segmentation (sentences and tokens) - All languages</option>
99
102
<optionvalue="pos">Part of speech and lemmas - All languages</option>
help="JSON gives the most complete annotation. CoNLL and CoNLL-U are tabular; Text is human-readable; XML is the CoreNLP XML format. Not every annotation is representable in every format (see the help below).">
106
110
<optionvalue="json"selected="true">JSON</option>
107
111
<optionvalue="conll">CoNLL</option>
108
112
<optionvalue="conllu">CoNLL-U</option>
@@ -179,7 +183,7 @@ Part of speech and lemmas
179
183
Named entity recognition (NER)
180
184
Includes the sentence, token with POS and lemmas, as well as named entities such as PERSON, ORGANIZATION, PLACE, etc.
181
185
182
-
Dependency parse
186
+
Dependency and constituency parse
183
187
Includes all of the annotators for NER as well as a dependency parse to
184
188
find the dependencies between the words and phrases of a sentence in order
185
189
to determine its grammatical structure. Some of the tree structures can
0 commit comments