mirror of https://github.com/explosion/spaCy.git
Update docs
This commit is contained in:
parent
88e54caa12
commit
3b58a8be2b
|
@ -275,8 +275,8 @@ $ python -m spacy convert ./data.json ./output.spacy
|
||||||
> entity label, prefixed by the BILUO marker. For example `"B-ORG"` describes
|
> entity label, prefixed by the BILUO marker. For example `"B-ORG"` describes
|
||||||
> the first token of a multi-token `ORG` entity and `"U-PERSON"` a single token
|
> the first token of a multi-token `ORG` entity and `"U-PERSON"` a single token
|
||||||
> representing a `PERSON` entity. The
|
> representing a `PERSON` entity. The
|
||||||
> [`offsets_to_biluo_tags`](/api/top-level#offsets_to_biluo_tags) function
|
> [`offsets_to_biluo_tags`](/api/top-level#offsets_to_biluo_tags) function can
|
||||||
> can help you convert entity offsets to the right format.
|
> help you convert entity offsets to the right format.
|
||||||
|
|
||||||
```python
|
```python
|
||||||
### Example structure
|
### Example structure
|
||||||
|
|
|
@ -7,7 +7,7 @@ import { Help } from 'components/typography'; import Link from 'components/link'
|
||||||
| Pipeline | Parser | Tagger | NER | WPS<br />CPU <Help>words per second on CPU, higher is better</Help> | WPS<br/>GPU <Help>words per second on GPU, higher is better</Help> |
|
| Pipeline | Parser | Tagger | NER | WPS<br />CPU <Help>words per second on CPU, higher is better</Help> | WPS<br/>GPU <Help>words per second on GPU, higher is better</Help> |
|
||||||
| ---------------------------------------------------------- | -----: | -----: | ---: | ------------------------------------------------------------------: | -----------------------------------------------------------------: |
|
| ---------------------------------------------------------- | -----: | -----: | ---: | ------------------------------------------------------------------: | -----------------------------------------------------------------: |
|
||||||
| [`en_core_web_trf`](/models/en#en_core_web_trf) (spaCy v3) | | | | | 6k |
|
| [`en_core_web_trf`](/models/en#en_core_web_trf) (spaCy v3) | | | | | 6k |
|
||||||
| [`en_core_web_lg`](/models/en#en_core_web_lg) (spaCy v3) | | | | | |
|
| [`en_core_web_lg`](/models/en#en_core_web_lg) (spaCy v3) | 92.1 | 97.4 | 87.0 | 7k | |
|
||||||
| `en_core_web_lg` (spaCy v2) | 91.9 | 97.2 | 85.9 | 10k | |
|
| `en_core_web_lg` (spaCy v2) | 91.9 | 97.2 | 85.9 | 10k | |
|
||||||
|
|
||||||
<figcaption class="caption">
|
<figcaption class="caption">
|
||||||
|
|
Loading…
Reference in New Issue