mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-04 20:30:24 +03:00
fix table
This commit is contained in:
parent
fba63f5f09
commit
d68150a057
|
@ -127,8 +127,8 @@ import DisplacyEntHtml from 'images/displacy-ent2.html'
|
||||||
The entity visualizer lets you customize the following `options`:
|
The entity visualizer lets you customize the following `options`:
|
||||||
|
|
||||||
| Argument | Description |
|
| Argument | Description |
|
||||||
| -------- | ------------------------------------------------------------------------------------------------------------- | ------ |
|
| -------- | ------------------------------------------------------------------------------------------------------------- |
|
||||||
| `ents` | Entity types to highlight (`None` for all types). Defaults to `None`. ~~Optional[List[str]]~~ | `None` |
|
| `ents` | Entity types to highlight (`None` for all types). Defaults to `None`. ~~Optional[List[str]]~~ |
|
||||||
| `colors` | Color overrides. Entity types should be mapped to color names or values. Defaults to `{}`. ~~Dict[str, str]~~ |
|
| `colors` | Color overrides. Entity types should be mapped to color names or values. Defaults to `{}`. ~~Dict[str, str]~~ |
|
||||||
|
|
||||||
If you specify a list of `ents`, only those entity types will be rendered – for
|
If you specify a list of `ents`, only those entity types will be rendered – for
|
||||||
|
|
Loading…
Reference in New Issue
Block a user