Skip to content

Commit 5d87e6b

Browse files
Update README.md
1 parent 0f9cfe2 commit 5d87e6b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,8 @@ If successful the following properties will be available:
106106
$coreNLP->serverMemory; //contains all of the server output
107107
$coreNLP->trees; //contains processed flat trees. Each part of the tree is assigned an ID key
108108
109-
$coreNLP->getWordValues($coreNLP->trees[1]) // get just the words from a tree +
109+
$coreNLP->getWordValues($coreNLP->trees[1]) // get just the words from a tree
110110
```
111-
## See index.php for more examples
112111
<br /><br />
113112

114113
********************************

0 commit comments

Comments
 (0)