Skip to content

Commit b346587

Browse files
committed
Updated examples
1 parent 5f75b68 commit b346587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/polyglot.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
Situasjonen blir heller ikke bedre av at Norgesgruppen også eier det største distribusjonsselskapet, Asko.";
3636

3737
$detected_lang = $nlp->language( $text );
38-
$polyglot = $nlp->polyglot( $text, $detected_lang );
38+
$polyglot = $nlp->polyglot_entities( $text, $detected_lang );
3939

4040
print_r($polyglot);
4141

0 commit comments

Comments
 (0)