Skip to content

Commit

Permalink
Fixed example [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Aug 29, 2022
1 parent cffd09c commit b55f9c2
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 @@ -88,7 +88,7 @@ There are 21 detectors for English. You can find them in the `binary_relations`
Load a detector

```php
$detector = new Mitie\BinaryRelationDetector.new('rel_classifier_organization.organization.place_founded.svm');
$detector = new Mitie\BinaryRelationDetector('rel_classifier_organization.organization.place_founded.svm');
```

And create a document
Expand Down

0 comments on commit b55f9c2

Please sign in to comment.