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
## To process a text, call the "getOutput" method:
101
110
```
102
111
$text = 'The Golden Gate Bridge was designed by Joseph Strauss.';
103
112
$coreNLP->getOutput($text);
104
113
```
105
114
106
115
Note that the first time that you process a text, the server takes about 20 to 30 seconds extra to load definitions. All other calls to the server after that will be much faster. Small texts are usually processed within seconds.
107
-
<br /><br />
116
+
117
+
118
+
108
119
## The results
109
120
110
121
If successful the following properties will be available:
0 commit comments