mirror of
https://github.com/explosion/spaCy.git
synced 2025-07-31 10:29:46 +03:00
Correct documentation
This commit is contained in:
parent
cf7f51b37e
commit
5943fd161f
|
@ -520,7 +520,7 @@ JSON data as generated by [`Doc.to_json()`](/api/doc#to_json).
|
|||
| `validate` | Whether to validate the JSON input against the expected schema for detailed debugging. Defaults to `False`. ~~bool~~ |
|
||||
| **RETURNS** | A `Doc` corresponding to the provided JSON. ~~Doc~~ |
|
||||
|
||||
## Doc.inspect {id="inspect",tag="method",version="4"}
|
||||
## Doc.inspect {id="inspect",tag="method"}
|
||||
|
||||
Outputs to the console a human-readable, tabular representation of all or part
|
||||
of the document. If any of the first three optional parameters are specified,
|
||||
|
|
Loading…
Reference in New Issue
Block a user