mirror of
https://github.com/explosion/spaCy.git
synced 2025-08-02 19:30:19 +03:00
Add comma
This commit is contained in:
parent
bd46e849dd
commit
4fbc408b76
|
@ -545,7 +545,7 @@ is displayed.
|
|||
| `search_attr_value` | The value of an attribute to search for in order to determine the sentence to render, e.g. `give`. ~~Optional[str]~~ |
|
||||
| _keyword-only_ | |
|
||||
| `start_i` | The index at which to begin searching or whose containing sentence to render. ~~Optional[int]~~ |
|
||||
| `length` | The number of tokens to display with their containing sentences. Can be used in isolation to display a portion at the beginning of a document or in conjunction with the other parameters to display more than one sentence. ~~Optional[int]~~ |
|
||||
| `length` | The number of tokens to display with their containing sentences. Can be used in isolation to display a portion at the beginning of a document, or in conjunction with the other parameters to display more than one sentence. ~~Optional[int]~~ |
|
||||
|
||||
## Doc.retokenize {id="retokenize",tag="contextmanager",version="2.1"}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user