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 a9ec276 commit 5cb1f4aCopy full SHA for 5cb1f4a
index.php
@@ -25,7 +25,7 @@
25
$coreNLP->getOutput($text1);
26
27
// Second text
28
- $text2 = 'The Golden Gate Bridge was designed by \"Joseph Strauss\".'; // testing NER, regexNER
+ $text2 = 'The Golden Gate Bridge was designed by Joseph Strauss.'; // testing NER, regexNER
29
$coreNLP->getOutput($text2);
30
31
/**
0 commit comments