Update docs [ci skip]

This commit is contained in:
Ines Montani 2020-09-24 20:41:09 +02:00
parent 16475528f7
commit 2aa4d65734

View File

@ -243,9 +243,9 @@ Score a batch of examples.
> ```
| Name | Description |
| ----------- | ---------------------------------------------------------------------------------------------------------------------- |
| ----------- | --------------------------------------------------------- |
| `examples` | The examples to score. ~~Iterable[Example]~~ |
| **RETURNS** | The scores, produced by [`Scorer.score_spans`](/api/scorer#score_spans). ~~Dict[str, Union[float, Dict[str, float]]]~~ |
| **RETURNS** | The scores. ~~Dict[str, Union[float, Dict[str, float]]]~~ |
## EntityRecognizer.create_optimizer {#create_optimizer tag="method"}