We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612008d commit 738c6d9Copy full SHA for 738c6d9
src/CoreNLP/CorenlpAdapter.php
@@ -13,7 +13,7 @@ class CorenlpAdapter {
13
*/
14
public $serverRawOutput = ''; // container for serveroutput
15
public $serverOutput = ''; // container for decoded data
16
- public $serverMemory = ''; // keeps all the output
+ public $serverMemory = array(); // keeps all the output
17
public $trees = array(); // keeps parsed trees
18
19
0 commit comments