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 0f9cfe2 commit 5d87e6bCopy full SHA for 5d87e6b
README.md
@@ -106,9 +106,8 @@ If successful the following properties will be available:
106
$coreNLP->serverMemory; //contains all of the server output
107
$coreNLP->trees; //contains processed flat trees. Each part of the tree is assigned an ID key
108
109
- $coreNLP->getWordValues($coreNLP->trees[1]) // get just the words from a tree +
+ $coreNLP->getWordValues($coreNLP->trees[1]) // get just the words from a tree
110
```
111
-## See index.php for more examples
112
<br /><br />
113
114
********************************
0 commit comments