Skip to content

Commit 5cb1f4a

Browse files
Dennis de SwartDennis de Swart
authored andcommitted
Corrected text
1 parent a9ec276 commit 5cb1f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
$coreNLP->getOutput($text1);
2626

2727
// Second text
28-
$text2 = 'The Golden Gate Bridge was designed by \"Joseph Strauss\".'; // testing NER, regexNER
28+
$text2 = 'The Golden Gate Bridge was designed by Joseph Strauss.'; // testing NER, regexNER
2929
$coreNLP->getOutput($text2);
3030

3131
/**

0 commit comments

Comments
 (0)