mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
corrected example code (#12466)
This commit is contained in:
parent
d1474fdd91
commit
ae7779e830
|
@ -64,7 +64,7 @@ details on the architectures and their arguments and hyperparameters.
|
|||
> config={
|
||||
> "model": DEFAULT_COREF_MODEL,
|
||||
> "span_cluster_prefix": DEFAULT_CLUSTER_PREFIX,
|
||||
> },
|
||||
> }
|
||||
> nlp.add_pipe("experimental_coref", config=config)
|
||||
> ```
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user