Skip to content

Commit

Permalink
Fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickschur committed Feb 6, 2017
1 parent 5fb8a12 commit ef6d767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $pos->setJarArchive(__DIR__ . '/stanford-postagger-full-2016-10-31/stanford-post

### Example
```php
$ner = new \StanfordTagger\POSTagger();
$ner = new \StanfordTagger\CRFClassifier();

$ner->tag('Albert Einstein was a theoretical physicist born in Germany.');
```
Expand Down

0 comments on commit ef6d767

Please sign in to comment.